This commit is contained in:
parent
b0d4c77404
commit
9946e72559
@ -302,7 +302,7 @@ public:
|
|||||||
|
|
||||||
void respawn();
|
void respawn();
|
||||||
void setCanExitLevelNow() {m_canExitLevel=true;}
|
void setCanExitLevelNow() {m_canExitLevel=true;}
|
||||||
int getCanExitLevelNow() {return m_canExitLevel;}
|
int getCanExitLevelNow() {return m_canExitLevel&&getMode()!=PLAYER_MODE_DEAD;}
|
||||||
void collectedQuestItem();
|
void collectedQuestItem();
|
||||||
|
|
||||||
int getLivesLeft();
|
int getLivesLeft();
|
||||||
|
Loading…
Reference in New Issue
Block a user