Changeset 2848 for code/branches/gui/src/orxonox/overlays
- Timestamp:
- Mar 25, 2009, 7:37:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/overlays/OrxonoxOverlay.cc
r2801 r2848 44 44 #include "util/Exception.h" 45 45 #include "util/String.h" 46 #include "core/ Core.h"46 #include "core/GameMode.h" 47 47 #include "core/CoreIncludes.h" 48 48 #include "core/XMLPort.h" … … 67 67 this->group_ = 0; 68 68 69 if (! Core::showsGraphics())69 if (!GameMode::showsGraphics()) 70 70 ThrowException(NoGraphics, "Can't create OrxonoxOverlay, graphics engine not initialized"); 71 71
Note: See TracChangeset
for help on using the changeset viewer.