Changeset 11355
- Timestamp:
- Mar 9, 2017, 3:02:38 PM (8 years ago)
- Location:
- code/trunk/src/orxonox/gamestates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSLevel.cc
r11353 r11355 50 50 #include "PlayerManager.h" 51 51 #include "GSRoot.h" 52 // #include "overlays/hud/HUDPickupSystem.h"53 52 54 53 namespace orxonox … … 127 126 InputManager::getInstance().leaveState("game"); 128 127 129 // HUDPickupSystem* pickupSystem;130 131 // for (HUDPickupSystem* hud : ObjectList<HUDPickupSystem>())132 // pickupSystem = hud;133 134 // pickupSystem->repaint=false;135 136 128 // disconnect all HumanPlayers 137 129 PlayerManager::getInstance().disconnectAllClients(); -
code/trunk/src/orxonox/gamestates/GSLevel.h
r11353 r11355 31 31 32 32 #include "OrxonoxPrereqs.h" 33 // #include "overlays/OverlaysPrereqs.h"34 33 35 34 #include <string>
Note: See TracChangeset
for help on using the changeset viewer.