[Orxonox-commit 1558] r6276 - in code/branches/presentation2/src/modules/weapons: projectiles weaponmodes
youngk at orxonox.net
youngk at orxonox.net
Wed Dec 9 00:21:40 CET 2009
Author: youngk
Date: 2009-12-09 00:21:40 +0100 (Wed, 09 Dec 2009)
New Revision: 6276
Modified:
code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc
code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc
Log:
Adjusted two calls for differently named sound files.
Modified: code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc
===================================================================
--- code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc 2009-12-08 23:21:10 UTC (rev 6275)
+++ code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc 2009-12-08 23:21:40 UTC (rev 6276)
@@ -90,7 +90,7 @@
this->defSndWpnEngine_ = new WorldSound(this);
this->defSndWpnEngine_->setLooping(true);
- this->defSndWpnEngine_->setSource("sounds/Rocket_Engine.ogg");
+ this->defSndWpnEngine_->setSource("sounds/Rocket_engine.ogg");
this->attach(defSndWpnEngine_);
}
Modified: code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc
===================================================================
--- code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc 2009-12-08 23:21:10 UTC (rev 6275)
+++ code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc 2009-12-08 23:21:40 UTC (rev 6276)
@@ -53,7 +53,7 @@
this->speed_ = 500;
this->setMunitionName("RocketMunition");
- this->setDefaultSound("sounds/Rocket_Launch.ogg");
+ this->setDefaultSound("sounds/Rocket_launch.ogg");
}
RocketFire::~RocketFire()
More information about the Orxonox-commit
mailing list