Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

the network mode shoudl support kills again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/playable.cc

    r9625 r9650  
    6969
    7070  this->teamChangeHandler = registerVarId( new SynchronizeableInt( &this->teamId, &this->teamId, "team-id", PERMISSION_MASTER_SERVER ) );
     71
    7172  registerVar( new SynchronizeableInt( &score, &score, "score", PERMISSION_MASTER_SERVER ) );
    7273  registerVar( new SynchronizeableBool( &bFire, &bFire, "bFire", PERMISSION_OWNER));
     
    140141bool Playable::addWeapon(Weapon* weapon, int configID, int slotID)
    141142{
     143  weapon->setOwner(this->getOwner());
     144
     145
    142146  if(this->weaponMan.addWeapon(weapon, configID, slotID))
    143147  {
Note: See TracChangeset for help on using the changeset viewer.