Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 1, 2011, 7:09:29 PM (13 years ago)
Author:
landauf
Message:

Replaced COUT() with orxout() in all modules. phew.

File:
1 edited

Legend:

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

    r8706 r8811  
    109109            {
    110110                const std::string& message =  "You have " + multi_cast<std::string>(this->bTimeLimit_)
    111                             + " seconds to reach the check point " + multi_cast<std::string>(this->bCheckpointIndex_+1) + "\n";
    112                 COUT(3) << message;
     111                            + " seconds to reach the check point " + multi_cast<std::string>(this->bCheckpointIndex_+1);
     112                orxout(level::message) << message << endl;
    113113                const_cast<GametypeInfo*>(gametype->getGametypeInfo())->sendAnnounceMessage(message);
    114114            }
Note: See TracChangeset for help on using the changeset viewer.