[Orxonox-commit 3950] r8624 - code/branches/spacerace/src/modules/gametypes
msalomon at orxonox.net
msalomon at orxonox.net
Fri May 27 18:20:35 CEST 2011
Author: msalomon
Date: 2011-05-27 18:20:34 +0200 (Fri, 27 May 2011)
New Revision: 8624
Modified:
code/branches/spacerace/src/modules/gametypes/SpaceRace.cc
Log:
The last few little changes to the code.
Modified: code/branches/spacerace/src/modules/gametypes/SpaceRace.cc
===================================================================
--- code/branches/spacerace/src/modules/gametypes/SpaceRace.cc 2011-05-27 15:12:41 UTC (rev 8623)
+++ code/branches/spacerace/src/modules/gametypes/SpaceRace.cc 2011-05-27 16:20:34 UTC (rev 8624)
@@ -59,8 +59,8 @@
int s = this->clock_->getSeconds();
int ms = this->clock_->getMilliseconds()-1000*s;
const std::string& message = multi_cast<std::string>(s) + "." + multi_cast<std::string>(ms) + " seconds !!\n"
- + "You didn't reach the check point" + multi_cast<std::string>(this->bCheckpointsReached_+1)
- + " before the time limit. You loose!\n";
+ + "You didn't reach the check point " + multi_cast<std::string>(this->bCheckpointsReached_+1)
+ + " before the time limit. You lose!\n";
COUT(0) << message;
const_cast<GametypeInfo*>(this->getGametypeInfo())->sendAnnounceMessage(message);
Host::Broadcast(message);
More information about the Orxonox-commit
mailing list