Changeset 5155 in orxonox.OLD for trunk/src/world_entities/player.cc
- Timestamp:
- Aug 27, 2005, 3:39:26 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/player.cc
r5145 r5155 83 83 { 84 84 this->init(); 85 this->loadParams(root); 85 if (root != NULL) 86 this->loadParams(root); 86 87 87 88 //weapons:
Note: See TracChangeset
for help on using the changeset viewer.