Changeset 6772 for code/branches/skybox2/src/modules/overlays
- Timestamp:
- Apr 22, 2010, 4:27:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/skybox2/src/modules/overlays/hud/GametypeStatus.cc
r5781 r6772 30 30 31 31 #include "util/Convert.h" 32 #include "core/Core.h" 32 33 #include "core/CoreIncludes.h" 33 34 #include "infos/GametypeInfo.h" … … 60 61 ControllableEntity* ce = this->owner_->getControllableEntity(); 61 62 63 if(!Core::getInstance().hasGametypeCaptions()) // No captions are displayed. 64 return; 65 62 66 if (!gtinfo->hasStarted() && !gtinfo->isStartCountdownRunning()) 63 67 {
Note: See TracChangeset
for help on using the changeset viewer.