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

@ -85,7 +85,7 @@ void CPlayerStateBaseIdle::thinkControl(CPlayer *_player)
if(canMoveRight(_player))
setState(_player,STATE_RUN);
}
else if(controlHeld&PI_ACTION)
else if(controlDown&PI_ACTION)
{
setState(_player,STATE_ATTACK);
}