Removed unused CRobotMain members
parent
70555d984c
commit
04e9e8768d
|
@ -170,7 +170,6 @@ CRobotMain::CRobotMain()
|
|||
m_missionTimer = 0.0f;
|
||||
|
||||
m_phase = PHASE_PLAYER_SELECT;
|
||||
m_cameraRank = -1;
|
||||
m_visitLast = EVENT_NULL;
|
||||
m_visitObject = nullptr;
|
||||
m_visitArrow = nullptr;
|
||||
|
|
|
@ -413,7 +413,6 @@ protected:
|
|||
|
||||
|
||||
protected:
|
||||
CController* m_ctrl = nullptr;
|
||||
CApplication* m_app = nullptr;
|
||||
CEventQueue* m_eventQueue = nullptr;
|
||||
Gfx::CEngine* m_engine = nullptr;
|
||||
|
@ -464,8 +463,6 @@ protected:
|
|||
|
||||
Phase m_phase = PHASE_WELCOME1;
|
||||
ActivePause* m_userPause = nullptr;
|
||||
int m_cameraRank = 0;
|
||||
Gfx::Color m_color;
|
||||
ActivePause* m_freePhotoPause = nullptr;
|
||||
bool m_cmdEdit = false;
|
||||
ActivePause* m_cmdEditPause = nullptr;
|
||||
|
|
Loading…
Reference in New Issue