Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2016, 4:09:44 PM (7 years ago)
Author:
meilel
Message:

changed level file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/src/modules/gametypes/OldSpaceRace.cc

    r11256 r11260  
    8888            int s = this->clock_.getSeconds();
    8989            int ms = static_cast<int>(this->clock_.getMilliseconds()-1000*s);
    90             const std::string& message = "You win!! You have reached the last check point after "+ multi_cast<std::string>(s)
     90            const std::string& message = "Congratulations! Last check point reached after "+ multi_cast<std::string>(s)
    9191                        + "." + multi_cast<std::string>(ms) + " seconds.";
    9292            this->getGametypeInfo()->sendAnnounceMessage(message);
Note: See TracChangeset for help on using the changeset viewer.