Changeset 11497 for code/branches/HUD_HS16/src/orxonox/gamestates
- Timestamp:
 - Oct 23, 2017, 2:22:13 PM (8 years ago)
 - Location:
 - code/branches/HUD_HS16
 - Files:
 - 
          
- 3 edited
 
- 
          . (modified) (1 prop)
 - 
          src/orxonox/gamestates/GSLevel.cc (modified) (2 diffs)
 - 
          src/orxonox/gamestates/GSLevel.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/HUD_HS16
- Property svn:mergeinfo changed
 
 - 
        
code/branches/HUD_HS16/src/orxonox/gamestates/GSLevel.cc
r11336 r11497 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/branches/HUD_HS16/src/orxonox/gamestates/GSLevel.h
r11336 r11497 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.
      


            






