Changeset 2155 for code/branches/objecthierarchy/src/orxonox
- Timestamp:
- Nov 8, 2008, 5:13:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc
r2112 r2155 203 203 { 204 204 if (this->getGametype()->isStartCountdownRunning()) 205 this->hudmode_ = 2 + 10* ceil(this->getGametype()->getStartCountdown());205 this->hudmode_ = 2 + 10*(int)ceil(this->getGametype()->getStartCountdown()); 206 206 else 207 207 this->hudmode_ = 3;
Note: See TracChangeset
for help on using the changeset viewer.