Changeset 6276
- Timestamp:
- Dec 9, 2009, 12:21:40 AM (15 years ago)
- Location:
- code/branches/presentation2/src/modules/weapons
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc
r6247 r6276 91 91 this->defSndWpnEngine_ = new WorldSound(this); 92 92 this->defSndWpnEngine_->setLooping(true); 93 this->defSndWpnEngine_->setSource("sounds/Rocket_ Engine.ogg");93 this->defSndWpnEngine_->setSource("sounds/Rocket_engine.ogg"); 94 94 this->attach(defSndWpnEngine_); 95 95 } -
code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc
r6245 r6276 54 54 55 55 this->setMunitionName("RocketMunition"); 56 this->setDefaultSound("sounds/Rocket_ Launch.ogg");56 this->setDefaultSound("sounds/Rocket_launch.ogg"); 57 57 } 58 58
Note: See TracChangeset
for help on using the changeset viewer.