[Orxonox-commit 1643] r6361 - code/branches/presentation2/src/modules/weapons/weaponmodes

rgrieder at orxonox.net rgrieder at orxonox.net
Wed Dec 16 11:28:12 CET 2009


Author: rgrieder
Date: 2009-12-16 11:28:11 +0100 (Wed, 16 Dec 2009)
New Revision: 6361

Modified:
   code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc
Log:
Temporary fix for the missing munition type.

Modified: code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc
===================================================================
--- code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc	2009-12-16 10:20:57 UTC (rev 6360)
+++ code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc	2009-12-16 10:28:11 UTC (rev 6361)
@@ -50,7 +50,7 @@
         this->damage_ = 100;
         this->speed_ = 500;
 
-        this->setMunitionName("RocketMunition");
+        this->setMunitionName("LaserMunition");
         // The firing sound of the Rocket is played in Rocket.cc (because of OpenAl sound positioning)
     }
 




More information about the Orxonox-commit mailing list