Changeset 6512 in orxonox.OLD for trunk/src/world_entities/projectiles
- Timestamp:
- Jan 17, 2006, 10:01:07 PM (19 years ago)
- Location:
- trunk/src/world_entities/projectiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/projectiles/bomb.cc
r6434 r6512 96 96 { 97 97 // all the clases this Entity is directly derived from must be called in this way, to load all settings. 98 static_cast<WorldEntity*>(this)->loadParams(root);98 Projectile::loadParams(root); 99 99 100 100 -
trunk/src/world_entities/projectiles/bomb.h
r6434 r6512 22 22 virtual ~Bomb(); 23 23 24 v oid loadParams(const TiXmlElement* root);24 virtual void loadParams(const TiXmlElement* root); 25 25 void init(); 26 26
Note: See TracChangeset
for help on using the changeset viewer.