Changeset 5434 in orxonox.OLD for trunk/src/world_entities/power_ups/power_up.cc
- Timestamp:
- Oct 25, 2005, 11:38:46 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/power_up.cc
r5433 r5434 27 27 { 28 28 this->setClassID(CL_POWER_UP, "PowerUp"); 29 29 30 } 30 31 … … 34 35 35 36 37 void PowerUp::loadParam(const TiXmlElement* root) 38 { 39 static_cast<WorldEntity*>(this)->loadParams(root); 40 41 } 42
Note: See TracChangeset
for help on using the changeset viewer.