This commit is contained in:
parent
73ebe07cc2
commit
469fa455ee
9 changed files with 173 additions and 60 deletions
|
@ -111,7 +111,7 @@ void CPlayerStateRun::think(CPlayer *_player)
|
|||
{
|
||||
setState(_player,STATE_DUCK);
|
||||
}
|
||||
if(controlHeld&PI_ACTION)
|
||||
if(controlDown&PI_ACTION)
|
||||
{
|
||||
setState(_player,STATE_RUNATTACK);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue