Changeset 6512 in orxonox.OLD for trunk/src/world_entities/npcs
- Timestamp:
- Jan 17, 2006, 10:01:07 PM (19 years ago)
- Location:
- trunk/src/world_entities/npcs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npcs/ground_turret.cc
r6439 r6512 76 76 { 77 77 // all the clases this Entity is directly derived from must be called in this way, to load all settings. 78 static_cast<NPC*>(this)->loadParams(root);78 NPC::loadParams(root); 79 79 80 80 -
trunk/src/world_entities/npcs/ground_turret.h
r6432 r6512 20 20 21 21 void init(); 22 v oid loadParams(const TiXmlElement* root);22 virtual void loadParams(const TiXmlElement* root); 23 23 24 24 virtual void postSpawn ();
Note: See TracChangeset
for help on using the changeset viewer.