This commit is contained in:
parent
bc1a16538b
commit
8c2b43d7c3
2 changed files with 8 additions and 5 deletions
|
@ -75,7 +75,7 @@ void CPlayerModeDead::think()
|
|||
m_player->setAnimFrame(m_deadTime);
|
||||
}
|
||||
|
||||
m_player->moveVertical(5);
|
||||
m_player->moveVertical(5);
|
||||
|
||||
if((m_deadTime>DEATH_DELAY&&m_player->getPadInputDown()&PI_FIRE)||
|
||||
m_deadTime>DEATH_TIMEOUT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue