Changeset 7065 in orxonox.OLD for trunk/src/world_entities/power_ups/param_power_up.cc
- Timestamp:
- Feb 7, 2006, 1:13:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/param_power_up.cc
r6815 r7065 38 38 }; 39 39 40 ParamPowerUp::ParamPowerUp () : PowerUp(0.0, 1.0, 0.0)41 {42 this->init();43 }44 45 40 ParamPowerUp::ParamPowerUp(const TiXmlElement* root) : PowerUp(0.0, 1.0, 0.0) 46 41 { 47 42 this->init(); 43 this->loadPickupSound("sound/powerups/power_up_6.wav"); 48 44 if( root != NULL) 49 45 this->loadParams(root);
Note: See TracChangeset
for help on using the changeset viewer.