This commit is contained in:
parent
2798d8f7ba
commit
a866a07974
3 changed files with 20 additions and 4 deletions
|
@ -36,6 +36,7 @@ virtual int canPause();
|
|||
void sendEvent( GAME_EVENT evt, class CThing *sourceThing );
|
||||
|
||||
static void setReadyToExit() {s_readyToExit=true;}
|
||||
static void levelFinished() {s_levelFinished=true;}
|
||||
|
||||
protected:
|
||||
|
||||
|
@ -46,6 +47,7 @@ protected:
|
|||
static MATRIX CamMtx;
|
||||
|
||||
static int s_readyToExit;
|
||||
static int s_levelFinished;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue