Fixed all tests in CapturePointTest and cleaned up some comments

This commit is contained in:
verysecrethero
2016-01-20 15:40:56 +01:00
parent 8189e3c00c
commit 39ae83efd4
2 changed files with 100 additions and 137 deletions
+1 -2
View File
@@ -57,9 +57,8 @@ private:
EventBroker* m_EventBroker;
World* m_World;
SystemPipeline* m_SystemPipeline;
EntityID m_RedTeamPlayer, m_BlueTeamPlayer, m_CapturePointID, m_CapturePointID2, m_CapturePointID3;
EntityID m_RedTeamPlayer, m_BlueTeamPlayer, m_CapturePointID0, m_CapturePointID1, m_CapturePointID2, m_CapturePointID3, m_CapturePointID4;
int m_RunTestNumber;
bool phase1Success = false, phase2Success = false, phase3Success = false, phase4Success = false;
int m_RedTeam, m_BlueTeam;
};