Changeset 6512 in orxonox.OLD for trunk/src/world_entities/creatures
- Timestamp:
- Jan 17, 2006, 10:01:07 PM (19 years ago)
- Location:
- trunk/src/world_entities/creatures
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/md2_creature.cc
r6281 r6512 205 205 void MD2Creature::loadParams(const TiXmlElement* root) 206 206 { 207 static_cast<WorldEntity*>(this)->loadParams(root);207 WorldEntity::loadParams(root); 208 208 } 209 209 -
trunk/src/world_entities/creatures/md2_creature.h
r6222 r6512 25 25 26 26 void init(); 27 v oid loadParams(const TiXmlElement* root);27 virtual void loadParams(const TiXmlElement* root); 28 28 29 29 virtual void enter();
Note: See TracChangeset
for help on using the changeset viewer.