Changeset 11260 for code/branches/SpaceRace_HS16/src/modules
- Timestamp:
- Oct 31, 2016, 4:09:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/src/modules/gametypes/OldSpaceRace.cc
r11256 r11260 88 88 int s = this->clock_.getSeconds(); 89 89 int ms = static_cast<int>(this->clock_.getMilliseconds()-1000*s); 90 const std::string& message = " You win!! You have reached the last check pointafter "+ multi_cast<std::string>(s)90 const std::string& message = "Congratulations! Last check point reached after "+ multi_cast<std::string>(s) 91 91 + "." + multi_cast<std::string>(ms) + " seconds."; 92 92 this->getGametypeInfo()->sendAnnounceMessage(message);
Note: See TracChangeset
for help on using the changeset viewer.