Changeset 8898 for code/branches/spaceraceTwo/src/orxonox/infos
- Timestamp:
- Oct 19, 2011, 4:21:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spaceraceTwo/src/orxonox/infos/GametypeInfo.cc
r8858 r8898 71 71 this->bStarted_ = false; 72 72 this->bEnded_ = false; 73 this->startCountdown_ = 0.0f;73 this->startCountdown_ = 10.0f; 74 74 this->bStartCountdownRunning_ = false; 75 this->counter_ = 0;75 this->counter_ = 10; 76 76 this->spawned_ = false; 77 77 this->readyToSpawn_ = false;
Note: See TracChangeset
for help on using the changeset viewer.