This commit is contained in:
parent
5ac705e30b
commit
88ebe93333
14 changed files with 49 additions and 26 deletions
|
@ -73,7 +73,7 @@ void CPlayerModeDead::think()
|
|||
|
||||
m_player->moveVertical(5);
|
||||
|
||||
if((m_deadTime>DEATH_DELAY&&m_player->getPadInputDown()&PI_ACTION)||
|
||||
if((m_deadTime>DEATH_DELAY&&m_player->getPadInputDown()&PI_FIRE)||
|
||||
m_deadTime>DEATH_TIMEOUT)
|
||||
{
|
||||
respawn();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue