This commit is contained in:
Paul 2001-05-18 18:05:24 +00:00
parent 70a9ad28d5
commit d34487762e

View File

@ -93,7 +93,7 @@ void CPlayerModeDead::think()
m_player->moveVertical(5);
if((m_deadTime>DEATH_DELAY&&m_player->getPadInputDown()&PI_FIRE)||
if((m_deadTime>DEATH_DELAY&&m_player->getPadInputDown()&(PI_JUMP|PI_FIRE))||
m_deadTime>DEATH_TIMEOUT)
{
CGameScene::restartlevel();