Changeset 5155 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Aug 27, 2005, 3:39:26 PM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 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: -
trunk/src/world_entities/skybox.cc
r4998 r5155 23 23 #include "factory.h" 24 24 25 #include "load_param.h" 25 26 #include "material.h" 26 27 #include "vector.h"
Note: See TracChangeset
for help on using the changeset viewer.