Changeset 6675 in orxonox.OLD for branches/network/src/world_entities/weapons
- Timestamp:
- Jan 24, 2006, 4:39:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/weapons/targeting_turret.cc
r6512 r6675 48 48 { 49 49 this->init(); 50 this->loadParams(root); 50 if( root != NULL) 51 this->loadParams(root); 51 52 } 52 53
Note: See TracChangeset
for help on using the changeset viewer.