Changeset 6438 in orxonox.OLD for trunk/src/world_entities/player.cc
- Timestamp:
- Jan 8, 2006, 1:51:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r6241 r6438 22 22 #include "class_list.h" 23 23 #include "state.h" 24 #include "util/hud.h" 24 25 25 26 using namespace std; … … 56 57 57 58 this->controllable = NULL; 59 this->hud = new Hud(); 58 60 } 59 61 … … 95 97 if (this->controllable != (*node) && (dynamic_cast<PNode*>(*node)->getAbsCoor() - this->controllable->getAbsCoor()).len() < 10.0) 96 98 { 97 99 98 100 this->disconnectControllable(); 99 101 this->setControllable(dynamic_cast<Playable*>(*node));
Note: See TracChangeset
for help on using the changeset viewer.