Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 31, 2006, 3:42:26 PM (18 years ago)
Author:
patrick
Message:

proxy server now temporarily does not open server ports (so i can test on one client). proxy server id bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/space_ships/turbine_hover.cc

    r9650 r9652  
    286286
    287287  ///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());
    290290
    291291  //choose collision list
Note: See TracChangeset for help on using the changeset viewer.