Changeset 6695 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 25, 2006, 2:39:53 PM (19 years ago)
- Location:
- trunk/src/world_entities/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/targeting_turret.cc
r6671 r6695 48 48 { 49 49 this->init(); 50 this->loadParams(root); 50 if( root != NULL) 51 this->loadParams(root); 51 52 } 52 53 -
trunk/src/world_entities/weapons/weapon.cc
r6671 r6695 100 100 101 101 this->energyWidget = NULL; 102 103 // set this object to be synchronized over network 104 //this->setSynchronized(true); 102 105 } 103 106
Note: See TracChangeset
for help on using the changeset viewer.