Changeset 9062 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Jul 3, 2006, 6:59:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r9061 r9062 75 75 PRINTF(4)("Enter new Playable\n"); 76 76 this->playable = playable; 77 this-> hud.setEnergyWidget(this->playable->getHealthWidget());78 this-> hud.setWeaponManager(&this->playable->getWeaponManager());77 this->_hud.setEnergyWidget(this->playable->getHealthWidget()); 78 this->_hud.setWeaponManager(&this->playable->getWeaponManager()); 79 79 80 80 this->playable->setPlayer(this);
Note: See TracChangeset
for help on using the changeset viewer.