Changeset 8998 for code/branches/presentation2011/src/orxonox/infos
- Timestamp:
- Dec 18, 2011, 2:35:02 PM (13 years ago)
- Location:
- code/branches/presentation2011
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2011
- Property svn:mergeinfo changed
/code/branches/spaceraceTwo (added) merged: 8881,8898,8911,8915,8918,8921,8928,8934,8940,8944,8949,8954,8959-8960,8968,8970-8971,8979,8983
- Property svn:mergeinfo changed
-
code/branches/presentation2011/src/orxonox/infos/GametypeInfo.cc
r8858 r8998 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; … … 164 164 { 165 165 if(this->bStarted_) 166 return;166 { return;} 167 167 168 168 this->bStarted_ = true; 169 169 this->changedStarted(); 170 171 170 172 } 171 173 -
code/branches/presentation2011/src/orxonox/infos/PlayerInfo.cc
r8988 r8998 58 58 59 59 this->registerVariables(); 60 60 61 } 61 62
Note: See TracChangeset
for help on using the changeset viewer.