Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 1, 2011, 7:09:29 PM (14 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/weapons/RocketController.cc

    r8788 r8811  
    4444    {
    4545        RegisterObject(RocketController);
    46         COUT(5)<< "RocketController constructed\n";
     46//        orxout() << "RocketController constructed" << endl;
    4747
    4848
     
    7373    RocketController::~RocketController()
    7474    {
    75         COUT(5)<< "RocketController destroyed\n";
     75//        orxout() << "RocketController destroyed" << endl;
    7676    }
    7777
Note: See TracChangeset for help on using the changeset viewer.