Changeset 10678 in orxonox.OLD for branches/vs-enhencements/src/world_entities/world_entity.cc
- Timestamp:
- Jun 7, 2007, 5:59:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/world_entity.cc
r10674 r10678 151 151 void WorldEntity::loadParams(const TiXmlElement* root) 152 152 { 153 if (!root) 154 return; 153 155 // Do the PNode loading stuff 154 156 PNode::loadParams(root);
Note: See TracChangeset
for help on using the changeset viewer.