Changeset 10299
- Timestamp:
- Mar 2, 2015, 11:19:32 PM (10 years ago)
- Location:
- code/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/weapons/projectiles/SimpleRocket.cc
r10216 r10299 154 154 if( GameMode::isMaster() ) 155 155 { 156 this->getController()->destroy(); 156 if (this->getController()) 157 this->getController()->destroy(); 157 158 } 158 159 } -
code/trunk/src/orxonox/gamestates/GSLevel.cc
r10281 r10299 190 190 } 191 191 } 192 orxout(internal_info) << i << " objects remaining.";193 192 if (i == 0) 194 orxout(internal_info) << "Well done!" << endl;193 orxout(internal_info) << i << " objects remaining. Well done!" << endl; 195 194 else 196 orxout(internal_ info) << "Try harder!" << endl;195 orxout(internal_warning) << i << " objects remaining. Try harder!" << endl; 197 196 } 198 197
Note: See TracChangeset
for help on using the changeset viewer.