Changeset 9611 in orxonox.OLD
- Timestamp:
- Jul 30, 2006, 11:54:28 AM (18 years ago)
- Location:
- branches/proxy/src/world_entities
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/environments/model_entity.cc
r9406 r9611 36 36 this->speed = NULL; 37 37 this->momentum = NULL; 38 39 this->setSynchronized(true); 38 40 39 41 if (root != NULL) -
branches/proxy/src/world_entities/npcs/network_turret.cc
r9610 r9611 81 81 this->weaponHolder.setParent(this); 82 82 83 84 this->targetGroup = OM_GROUP_01; 85 this->targetGroup_write = OM_GROUP_01; 83 86 this->targetGroup_handle = this->registerVarId( new SynchronizeableInt ( &targetGroup, &targetGroup_write, "targetgroup" ) ); 87 88 this->setSynchronized( true ); 84 89 } 85 90 -
branches/proxy/src/world_entities/weapons/aim.cc
r9518 r9611 107 107 ObjectManager::EntityList::iterator entity; 108 108 //printf("%d\n", this->targetGroup); 109 110 109 for (entity = State::getObjectManager()->getObjectList(this->targetGroup).begin(); 111 110 entity != State::getObjectManager()->getObjectList(this->targetGroup).end();
Note: See TracChangeset
for help on using the changeset viewer.