This commit is contained in:
Daveo 2001-04-07 21:17:27 +00:00
parent aefdd396f8
commit 4e8b7d3628
11 changed files with 414 additions and 484 deletions

View file

@ -38,8 +38,6 @@ virtual int canPause();
static void setReadyToExit() {s_readyToExit=true;}
static void levelFinished() {s_levelFinished=true;}
static SpriteBank *GetBackSprites() {return(s_BackSprites);}
protected:
void initLevel();
@ -54,8 +52,6 @@ protected:
static int s_readyToExit;
static int s_levelFinished;
static SpriteBank *s_BackSprites;
};