[Orxonox-commit 6727] r11355 - code/trunk/src/orxonox/gamestates

patricwi at orxonox.net patricwi at orxonox.net
Thu Mar 9 15:02:39 CET 2017


Author: patricwi
Date: 2017-03-09 15:02:38 +0100 (Thu, 09 Mar 2017)
New Revision: 11355

Modified:
   code/trunk/src/orxonox/gamestates/GSLevel.cc
   code/trunk/src/orxonox/gamestates/GSLevel.h
Log:
deleted comments


Modified: code/trunk/src/orxonox/gamestates/GSLevel.cc
===================================================================
--- code/trunk/src/orxonox/gamestates/GSLevel.cc	2017-03-09 13:50:27 UTC (rev 11354)
+++ code/trunk/src/orxonox/gamestates/GSLevel.cc	2017-03-09 14:02:38 UTC (rev 11355)
@@ -49,7 +49,6 @@
 #include "Level.h"
 #include "PlayerManager.h"
 #include "GSRoot.h"
-// #include "overlays/hud/HUDPickupSystem.h"
 
 namespace orxonox
 {
@@ -126,13 +125,6 @@
         if (GameMode::showsGraphics())
             InputManager::getInstance().leaveState("game");
 
-        // HUDPickupSystem* pickupSystem;
-
-        // for (HUDPickupSystem* hud : ObjectList<HUDPickupSystem>())
-        //     pickupSystem = hud;
-
-        // pickupSystem->repaint=false;
-
         // disconnect all HumanPlayers
         PlayerManager::getInstance().disconnectAllClients();
 

Modified: code/trunk/src/orxonox/gamestates/GSLevel.h
===================================================================
--- code/trunk/src/orxonox/gamestates/GSLevel.h	2017-03-09 13:50:27 UTC (rev 11354)
+++ code/trunk/src/orxonox/gamestates/GSLevel.h	2017-03-09 14:02:38 UTC (rev 11355)
@@ -30,7 +30,6 @@
 #define _GSLevel_H__
 
 #include "OrxonoxPrereqs.h"
-// #include "overlays/OverlaysPrereqs.h"
 
 #include <string>
 #include <set>




More information about the Orxonox-commit mailing list