Changeset 7337 in orxonox.OLD for trunk/src/world_entities/player.cc
- Timestamp:
- Apr 19, 2006, 12:24:20 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r6998 r7337 76 76 this->playable = playable; 77 77 this->hud.setEnergyWidget(this->playable->getHealthWidget()); 78 this->hud.setWeaponManager( this->playable->getWeaponManager());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.