Changeset 8740 for code/branches/output/src/orxonox
- Timestamp:
- Jul 10, 2011, 5:46:32 PM (13 years ago)
- Location:
- code/branches/output
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output
- Property svn:ignore
-
old new 1 1 build 2 2 codeblocks 3 vs 3 4 dependencies
-
- Property svn:ignore
-
code/branches/output/src/orxonox/infos/GametypeInfo.cc
r8706 r8740 196 196 this->startCountdown_ = countdown; 197 197 // Set the counter to the ceiling of the current countdown. 198 this->counter_ = st d::ceil(countdown);198 this->counter_ = static_cast<unsigned int>(std::ceil(countdown)); 199 199 this->changedCountdownCounter(); 200 200 }
Note: See TracChangeset
for help on using the changeset viewer.