Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2011, 10:27:55 PM (13 years ago)
Author:
msalomon
Message:

Changed the model of the check point.

File:
1 edited

Legend:

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

    r8616 r8617  
    112112                  if (gametype)
    113113                  {
    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";
    116116                     COUT(0) << message;
    117117                     const_cast<GametypeInfo*>(gametype->getGametypeInfo())->sendAnnounceMessage(message);
Note: See TracChangeset for help on using the changeset viewer.