Changeset 7065 in orxonox.OLD for trunk/src/world_entities/power_ups/weapon_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/weapon_power_up.cc
r6973 r7065 31 31 CREATE_FACTORY(WeaponPowerUp, CL_WEAPON_POWER_UP); 32 32 33 WeaponPowerUp::WeaponPowerUp () : PowerUp(1.0, 1.0, 0.0)34 {35 this->init();36 }37 38 33 WeaponPowerUp::WeaponPowerUp(const TiXmlElement* root) : PowerUp(1.0, 1.0, 0.0) 39 34 { 40 35 this->init(); 36 this->loadPickupSound("sound/powerups/whats this2.wav"); 41 37 if( root != NULL) 42 38 this->loadParams(root);
Note: See TracChangeset
for help on using the changeset viewer.