This commit is contained in:
parent
b0d4c77404
commit
9946e72559
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ public:
|
|||
|
||||
void respawn();
|
||||
void setCanExitLevelNow() {m_canExitLevel=true;}
|
||||
int getCanExitLevelNow() {return m_canExitLevel;}
|
||||
int getCanExitLevelNow() {return m_canExitLevel&&getMode()!=PLAYER_MODE_DEAD;}
|
||||
void collectedQuestItem();
|
||||
|
||||
int getLivesLeft();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue