Changeset 5846 for code/branches/core5/src/orxonox/infos
- Timestamp:
- Oct 1, 2009, 11:07:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/infos/HumanPlayer.cc
r5806 r5846 178 178 } 179 179 180 if (this->isLocalPlayer() && this->humanHudTemplate_ != "" )180 if (this->isLocalPlayer() && this->humanHudTemplate_ != "" && GameMode::showsGraphics()) 181 181 { 182 182 this->humanHud_ = new OverlayGroup(this);
Note: See TracChangeset
for help on using the changeset viewer.