Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 22, 2010, 4:27:25 PM (15 years ago)
Author:
gionc
Message:

update Skybox Generator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/skybox2/src/modules/overlays/hud/GametypeStatus.cc

    r5781 r6772  
    3030
    3131#include "util/Convert.h"
     32#include "core/Core.h"
    3233#include "core/CoreIncludes.h"
    3334#include "infos/GametypeInfo.h"
     
    6061            ControllableEntity* ce = this->owner_->getControllableEntity();
    6162
     63            if(!Core::getInstance().hasGametypeCaptions()) // No captions are displayed.
     64                return;
     65
    6266            if (!gtinfo->hasStarted() && !gtinfo->isStartCountdownRunning())
    6367            {
Note: See TracChangeset for help on using the changeset viewer.