Changeset 1601 for code/branches/hud/src/orxonox/Orxonox.cc
- Timestamp:
- Jun 14, 2008, 6:37:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/orxonox/Orxonox.cc
r1588 r1601 69 69 70 70 // objects and tools 71 #include " hud/HUD.h"72 #include " console/InGameConsole.h"71 #include "overlays/OverlayGroup.h" 72 #include "overlays/console/InGameConsole.h" 73 73 #include "objects/Tickable.h" 74 74 #include "tools/ParticleInterface.h" … … 335 335 COUT(3) << "Orxonox: Loading HUD" << std::endl; 336 336 337 Level* hud = new Level( "hud/hud.oxh");337 Level* hud = new Level(Settings::getDataPath() + "overlay/hud.oxo"); 338 338 Loader::load(hud); 339 339 … … 451 451 frameTime += evt.timeSinceLastFrame; 452 452 453 // show the current time in the HUD 454 // HUD::getSingleton().setTime(now); 453 // OverlayGroup::getHUD().setTime(now); 455 454 if (mode_ != DEDICATED && frameTime > 0.4f) 456 455 {
Note: See TracChangeset
for help on using the changeset viewer.