Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 1, 2011, 4:37:38 PM (13 years ago)
Author:
landauf
Message:

Replaced COUT() with orxout() in tools and orxonox library. Requires quite some fine-tuning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/output/src/orxonox/gametypes/Asteroids.cc

    r7655 r8809  
    7474
    7575        std::string message("The match has started! Reach the first chekpoint within 15 seconds! But be aware, there may be pirates around...");
    76         COUT(0) << message << std::endl;
     76        orxout(level::message) << message << endl;
    7777        Host::Broadcast(message);
    7878
     
    8484
    8585        std::string message("The match has ended.");
    86         COUT(0) << message << std::endl;
     86        orxout(level::message) << message << endl;
    8787        Host::Broadcast(message);
    8888    }
Note: See TracChangeset for help on using the changeset viewer.