This commit is contained in:
Paul 2001-03-05 20:01:25 +00:00
parent 2798d8f7ba
commit a866a07974
3 changed files with 20 additions and 4 deletions

View file

@ -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;
};