This commit is contained in:
Paul 2001-02-09 21:41:55 +00:00
parent 73ebe07cc2
commit 469fa455ee
9 changed files with 173 additions and 60 deletions

View file

@ -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);
}