This commit is contained in:
Paul 2001-05-09 22:12:00 +00:00
parent 5ac705e30b
commit 88ebe93333
14 changed files with 49 additions and 26 deletions

View file

@ -79,7 +79,7 @@ void CPlayerModeChop::think()
CPlayerModeBase::think();
// Start to chop?
if(!m_chopping&&getPadInputDown()&PI_ACTION&&canAttackFromThisState())
if(!m_chopping&&getPadInputDown()&PI_FIRE&&canAttackFromThisState())
{
m_chopFrame=0;
getPlayerCollisionSize(&m_savedCSX,&m_savedCSY,&m_savedCSW,&m_savedCSH);