- Timestamp:
- Oct 29, 2008, 12:48:11 AM (16 years ago)
- Location:
- code/branches/objecthierarchy/src/orxonox/objects/controllers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/objects/controllers/Controller.h
r2040 r2041 48 48 49 49 virtual inline void setControllableEntity(ControllableEntity* entity) 50 { this->controllableEntity_ = entity; }50 { COUT(0) << "HC: start controlling entity" << std::endl; this->controllableEntity_ = entity; } 51 51 virtual inline ControllableEntity* getControllableEntity() const 52 52 { return this->controllableEntity_; } -
code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.cc
r2040 r2041 57 57 58 58 HumanController::localController_s = this; 59 60 COUT(0) << "HumanController created" << std::endl; 59 61 } 60 62
Note: See TracChangeset
for help on using the changeset viewer.