mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
game: quantum crouch fix
This commit is contained in:
@@ -4191,8 +4191,7 @@ void CGameMovement::FinishUnDuckJump( trace_t &trace )
|
||||
//-----------------------------------------------------------------------------
|
||||
void CGameMovement::FinishDuck( void )
|
||||
{
|
||||
if ( player->GetFlags() & FL_DUCKING )
|
||||
return;
|
||||
// if ( player->GetFlags() & FL_DUCKING ) return;
|
||||
|
||||
player->AddFlag( FL_DUCKING );
|
||||
player->m_Local.m_bDucked = true;
|
||||
|
||||
Reference in New Issue
Block a user