Removed unused CRobotMain members

dev-time-step
krzys-h 2016-01-15 16:55:43 +01:00
parent 70555d984c
commit 04e9e8768d
2 changed files with 0 additions and 4 deletions

View File

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

View File

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