[Orxonox-commit 2341] r7056 - code/branches/presentation3/src/modules/weapons/weaponmodes
scheusso at orxonox.net
scheusso at orxonox.net
Mon May 31 16:19:14 CEST 2010
Author: scheusso
Date: 2010-05-31 16:19:14 +0200 (Mon, 31 May 2010)
New Revision: 7056
Modified:
code/branches/presentation3/src/modules/weapons/weaponmodes/SimpleRocketFire.cc
Log:
adjusted speed of rocket
Modified: code/branches/presentation3/src/modules/weapons/weaponmodes/SimpleRocketFire.cc
===================================================================
--- code/branches/presentation3/src/modules/weapons/weaponmodes/SimpleRocketFire.cc 2010-05-31 14:10:35 UTC (rev 7055)
+++ code/branches/presentation3/src/modules/weapons/weaponmodes/SimpleRocketFire.cc 2010-05-31 14:19:14 UTC (rev 7056)
@@ -49,7 +49,7 @@
this->reloadTime_ = 1;
this->bParallelReload_ = false;
this->damage_ = 100;
- this->speed_ = 300;
+ this->speed_ = 500;
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