Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 30, 2006, 11:54:28 AM (18 years ago)
Author:
bensch
Message:

syning without segfaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/npcs/network_turret.cc

    r9610 r9611  
    8181  this->weaponHolder.setParent(this);
    8282
     83
     84  this->targetGroup = OM_GROUP_01;
     85  this->targetGroup_write = OM_GROUP_01;
    8386  this->targetGroup_handle = this->registerVarId( new SynchronizeableInt ( &targetGroup, &targetGroup_write, "targetgroup" ) );
     87
     88  this->setSynchronized( true );
    8489}
    8590
Note: See TracChangeset for help on using the changeset viewer.