Removed DebugCode

This commit is contained in:
verysecrethero
2016-03-01 17:37:30 +01:00
parent 15195964da
commit bba002dea9
-3
View File
@@ -78,9 +78,6 @@ void CapturePointSystem::UpdateComponent(EntityWrapper& capturePointEntity, Comp
std::map<std::string, int> nextPossibleCapturePoint;
nextPossibleCapturePoint["Red"] = -1;
nextPossibleCapturePoint["Blue"] = -1;
if (m_RecentlyCapturedNeedNextCapturePointNow) {
nextPossibleCapturePoint["Blue"] = -2;
}
for (int i = 0; i < m_NumberOfCapturePoints; i++) {
if (!m_CapturePointNumberToEntityMap[i].HasComponent("Team")) {
continue;