This commit is contained in:
Daveo 2001-04-17 20:57:00 +00:00
parent ccbfd41b53
commit 27360f5cb4
7 changed files with 55 additions and 32 deletions

View file

@ -31,7 +31,7 @@ virtual int canPause();
int readyToShutdown();
char *getSceneName() {return "Game";}
static MATRIX *GetCamMtx() {return(&CamMtx);}
// static MATRIX *GetCamMtx() {return(&CamMtx);}
class CPlayer *getPlayer();
void sendEvent( GAME_EVENT evt, class CThing *sourceThing );
@ -43,6 +43,8 @@ protected:
void initLevel();
void shutdownLevel(bool CleanUp);
void AspectCorrectCamera();
CLevel Level;
class CPauseMenu *m_pauseMenu;
class CPlayer *m_player;