Changeset 9652 in orxonox.OLD for branches/proxy/src/world_entities
- Timestamp:
- Jul 31, 2006, 3:42:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/space_ships/turbine_hover.cc
r9650 r9652 286 286 287 287 ///HACK this is very much hard coded.set the owner of the weapons 288 this->getWeaponManager().getWeapon(0)->setOwner( /*SharedNetworkData::getInstance()->getHostID()*/this->getOwner());289 this->getWeaponManager().getWeapon(1)->setOwner( /*SharedNetworkData::getInstance()->getHostID()*/this->getOwner());288 this->getWeaponManager().getWeapon(0)->setOwner(this->getOwner()); 289 this->getWeaponManager().getWeapon(1)->setOwner(this->getOwner()); 290 290 291 291 //choose collision list
Note: See TracChangeset
for help on using the changeset viewer.