Changeset 8617 for code/branches/spacerace/src/modules
- Timestamp:
- May 26, 2011, 10:27:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spacerace/src/modules/gametypes/RaceCheckPoint.cc
r8616 r8617 112 112 if (gametype) 113 113 { 114 const std::string& message = " You have " + multi_cast<std::string>(this->bTimeLimit_)115 + " seconds to reach the check point " + multi_cast<std::string>(this->bCheckpointIndex_+1) + "\n ";114 const std::string& message = "\nYou have " + multi_cast<std::string>(this->bTimeLimit_) 115 + " seconds to reach the check point " + multi_cast<std::string>(this->bCheckpointIndex_+1) + "\n\n"; 116 116 COUT(0) << message; 117 117 const_cast<GametypeInfo*>(gametype->getGametypeInfo())->sendAnnounceMessage(message);
Note: See TracChangeset
for help on using the changeset viewer.