This commit is contained in:
parent
ccbfd41b53
commit
27360f5cb4
7 changed files with 55 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue