Changeset 10415 in orxonox.OLD for trunk/src/world_entities/power_ups
- Timestamp:
- Jan 27, 2007, 10:43:17 PM (18 years ago)
- Location:
- trunk/src/world_entities/power_ups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/power_ups/param_power_up.cc
r10114 r10415 41 41 { 42 42 this->init(); 43 this->loadPickupSound("sound /powerups/power_up_6.wav");43 this->loadPickupSound("sounds/powerups/power_up_6.wav"); 44 44 if( root != NULL) 45 45 this->loadParams(root); -
trunk/src/world_entities/power_ups/weapon_power_up.cc
r10114 r10415 47 47 { 48 48 this->registerObject(this, WeaponPowerUp::_objectList); 49 this->loadPickupSound("sound /powerups/whats this2.wav");49 this->loadPickupSound("sounds/powerups/whats this2.wav"); 50 50 51 51 this->weaponXML = NULL;
Note: See TracChangeset
for help on using the changeset viewer.