Changeset 11284 for code/branches/SpaceRace_HS16/src
- Timestamp:
- Nov 14, 2016, 3:46:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SpaceRace_HS16/src/modules/gametypes/SpaceRace.cc
r11283 r11284 185 185 186 186 187 const std::string& message = player->getName() + " reached the checkpoint " + multi_cast<std::string>(checkpoint->getCheckpointIndex() + 1)187 const std::string& message = player->getName() + " reached the checkpoint " + multi_cast<std::string>(checkpoint->getCheckpointIndex() + 1) 188 188 + "after " + multi_cast<std::string>(s) + "." + multi_cast<std::string>(ms) + " seconds."; 189 189 this->getGametypeInfo()->sendAnnounceMessage(message);
Note: See TracChangeset
for help on using the changeset viewer.