Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 1, 2009, 11:07:57 AM (15 years ago)
Author:
scheusso
Message:

two fixes to prepare the dedicatedClient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/orxonox/infos/HumanPlayer.cc

    r5806 r5846  
    178178        }
    179179
    180         if (this->isLocalPlayer() && this->humanHudTemplate_ != "")
     180        if (this->isLocalPlayer() && this->humanHudTemplate_ != "" && GameMode::showsGraphics())
    181181        {
    182182            this->humanHud_ = new OverlayGroup(this);
Note: See TracChangeset for help on using the changeset viewer.