Changeset 6517 in orxonox.OLD for trunk/src/world_entities/weapons
- Timestamp:
- Jan 17, 2006, 11:13:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/cannon.cc
r6512 r6517 55 55 { 56 56 this->init(); 57 this->loadParams(root); 57 if (root != NULL) 58 this->loadParams(root); 58 59 } 59 60
Note: See TracChangeset
for help on using the changeset viewer.