- Timestamp:
- Aug 1, 2011, 7:09:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/modules/docking/DockingController.cc
r8706 r8811 97 97 if (docking) 98 98 { 99 COUT(4) << "DockingController::takeControl Taking over control." << std::endl;99 orxout(verbose, context::docking) << "DockingController::takeControl Taking over control." << endl; 100 100 101 101 this->entity_->setDestroyWhenPlayerLeft(false); … … 108 108 void DockingController::positionReached() 109 109 { 110 COUT(4) << "DockingController::positionReached() called." << std::endl;110 orxout(verbose, context::docking) << "DockingController::positionReached() called." << endl; 111 111 112 112 assert(this->player_);
Note: See TracChangeset
for help on using the changeset viewer.