Changeset 8624 for code/branches/spacerace/src
- Timestamp:
- May 27, 2011, 6:20:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spacerace/src/modules/gametypes/SpaceRace.cc
r8616 r8624 60 60 int ms = this->clock_->getMilliseconds()-1000*s; 61 61 const std::string& message = multi_cast<std::string>(s) + "." + multi_cast<std::string>(ms) + " seconds !!\n" 62 + "You didn't reach the check point " + multi_cast<std::string>(this->bCheckpointsReached_+1)63 + " before the time limit. You lo ose!\n";62 + "You didn't reach the check point " + multi_cast<std::string>(this->bCheckpointsReached_+1) 63 + " before the time limit. You lose!\n"; 64 64 COUT(0) << message; 65 65 const_cast<GametypeInfo*>(this->getGametypeInfo())->sendAnnounceMessage(message);
Note: See TracChangeset
for help on using the changeset viewer.