- Timestamp:
- Aug 1, 2011, 7:09:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/modules/weapons/RocketController.cc
r8788 r8811 44 44 { 45 45 RegisterObject(RocketController); 46 COUT(5)<< "RocketController constructed\n";46 // orxout() << "RocketController constructed" << endl; 47 47 48 48 … … 73 73 RocketController::~RocketController() 74 74 { 75 COUT(5)<< "RocketController destroyed\n";75 // orxout() << "RocketController destroyed" << endl; 76 76 } 77 77
Note: See TracChangeset
for help on using the changeset viewer.