Changeset 1601 for code/branches/hud/src/orxonox/objects
- Timestamp:
- Jun 14, 2008, 6:37:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/orxonox/objects/SpaceShip.cc
r1590 r1601 49 49 #include "core/ConsoleCommand.h" 50 50 #include "network/Client.h" 51 #include " hud/HUD.h"51 #include "overlays/OverlayGroup.h" 52 52 53 53 namespace orxonox … … 152 152 153 153 if (!this->myShip_) 154 HUD::getSingleton().removeRadarObject(this);154 OverlayGroup::getHUD().removeRadarObject(this); 155 155 } 156 156 } … … 161 161 myShip_=true; 162 162 else 163 HUD::getSingleton().addRadarObject(this, this->getProjectileColour());163 OverlayGroup::getHUD().addRadarObject(this, this->getProjectileColour()); 164 164 } 165 165 if(Model::create())
Note: See TracChangeset
for help on using the changeset viewer.