Changeset 6547 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 18, 2006, 2:12:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/turret.cc
r6512 r6547 54 54 { 55 55 this->init(); 56 this->loadParams(root); 56 if (root != NULL) 57 this->loadParams(root); 57 58 } 58 59
Note: See TracChangeset
for help on using the changeset viewer.