Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11355 for code


Ignore:
Timestamp:
Mar 9, 2017, 3:02:38 PM (7 years ago)
Author:
patricwi
Message:

deleted comments

Location:
code/trunk/src/orxonox/gamestates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gamestates/GSLevel.cc

    r11353 r11355  
    5050#include "PlayerManager.h"
    5151#include "GSRoot.h"
    52 // #include "overlays/hud/HUDPickupSystem.h"
    5352
    5453namespace orxonox
     
    127126            InputManager::getInstance().leaveState("game");
    128127
    129         // HUDPickupSystem* pickupSystem;
    130 
    131         // for (HUDPickupSystem* hud : ObjectList<HUDPickupSystem>())
    132         //     pickupSystem = hud;
    133 
    134         // pickupSystem->repaint=false;
    135 
    136128        // disconnect all HumanPlayers
    137129        PlayerManager::getInstance().disconnectAllClients();
  • code/trunk/src/orxonox/gamestates/GSLevel.h

    r11353 r11355  
    3131
    3232#include "OrxonoxPrereqs.h"
    33 // #include "overlays/OverlaysPrereqs.h"
    3433
    3534#include <string>
Note: See TracChangeset for help on using the changeset viewer.