Changeset 8944 for code/branches/spaceraceTwo/src/orxonox/infos
- Timestamp:
- Nov 23, 2011, 2:14:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spaceraceTwo/src/orxonox/infos/GametypeInfo.cc
r8898 r8944 164 164 { 165 165 if(this->bStarted_) 166 return; 166 {const std::string& message = "bStarted true"; 167 orxout()<< message << endl; return;} 167 168 168 169 this->bStarted_ = true; 169 170 this->changedStarted(); 171 172 const std::string& message = "bStarted true"; 173 orxout()<< message << endl; 170 174 } 171 175
Note: See TracChangeset
for help on using the changeset viewer.