Changeset 8573 for code/branches/spacerace/src/modules
- Timestamp:
- May 25, 2011, 6:08:21 PM (13 years ago)
- Location:
- code/branches/spacerace/src/modules/gametypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spacerace/src/modules/gametypes/CMakeLists.txt
r8251 r8573 12 12 LINK_LIBRARIES 13 13 orxonox 14 objects 14 15 SOURCE_FILES ${GAMETYPES_SRC_FILES} 15 16 ) -
code/branches/spacerace/src/modules/gametypes/SpaceRace.cc
r8552 r8573 83 83 this->startTimer(); 84 84 clock_= new Clock(); 85 std::string message("The match has started! Reach the check points as quick as possible!");85 std::string message("The match has started! Reach the check points as quickly as possible!"); 86 86 COUT(0) << message << std::endl; 87 87 Host::Broadcast(message);
Note: See TracChangeset
for help on using the changeset viewer.