o Fixed bug where the leap sometimes would not fire.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@505 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2006-05-26 18:56:32 +00:00
parent d447d6cc67
commit 4e8744aff0

View file

@ -149,8 +149,7 @@ void AvHLeap::Spawn()
float AvHLeap::GetRateOfFire(void) const
{
// Dunno why the 2 has to be there ...
return 2 * (float)BALANCE_VAR(kLeapROF);
return (float)BALANCE_VAR(kLeapROF);
}
bool AvHLeap::UsesAmmo(void) const