game: quantum crouch fix
This commit is contained in:
parent
e6901ffadf
commit
e8ffb402de
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue