Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8624


Ignore:
Timestamp:
May 27, 2011, 6:20:34 PM (13 years ago)
Author:
msalomon
Message:

The last few little changes to the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spacerace/src/modules/gametypes/SpaceRace.cc

    r8616 r8624  
    6060            int ms = this->clock_->getMilliseconds()-1000*s;
    6161            const std::string& message = multi_cast<std::string>(s) + "." + multi_cast<std::string>(ms) + " seconds !!\n"
    62                                          + "You didn't reach the check point" + multi_cast<std::string>(this->bCheckpointsReached_+1)
    63                                          + " before the time limit. You loose!\n";
     62                                         + "You didn't reach the check point " + multi_cast<std::string>(this->bCheckpointsReached_+1)
     63                                         + " before the time limit. You lose!\n";
    6464            COUT(0) << message;
    6565            const_cast<GametypeInfo*>(this->getGametypeInfo())->sendAnnounceMessage(message);
Note: See TracChangeset for help on using the changeset viewer.