Changeset 8639 for code/branches/presentation/src/orxonox/infos
- Timestamp:
- May 28, 2011, 5:36:50 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation/src/orxonox/infos/GametypeInfo.cc
r8637 r8639 196 196 this->startCountdown_ = countdown; 197 197 // Set the counter to the ceiling of the current countdown. 198 this->counter_ = ceil(countdown);198 this->counter_ = std::ceil(countdown); 199 199 this->changedCountdownCounter(); 200 200 }
Note: See TracChangeset
for help on using the changeset viewer.