Changeset 10299 for code/trunk/src/orxonox/gamestates
- Timestamp:
- Mar 2, 2015, 11:19:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.