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