This commit is contained in:
Paul 2001-08-09 22:44:21 +00:00
parent b0d4c77404
commit 9946e72559

View File

@ -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();