Browse Source

Double promotion fix.

hl_urbicide
Andrey Akhmichin 4 years ago
parent
commit
06dd8a63cd
  1. 2
      dlls/gauss.cpp

2
dlls/gauss.cpp

@ -249,7 +249,7 @@ void CGauss::SecondaryAttack()
// out of ammo! force the gun to fire // out of ammo! force the gun to fire
StartFire(); StartFire();
m_fInAttack = 0; m_fInAttack = 0;
m_flTimeWeaponIdle = UTIL_WeaponTimeBase() + 1.0; m_flTimeWeaponIdle = UTIL_WeaponTimeBase() + 1.0f;
m_pPlayer->m_flNextAttack = UTIL_WeaponTimeBase() + 1; m_pPlayer->m_flNextAttack = UTIL_WeaponTimeBase() + 1;
return; return;
} }

Loading…
Cancel
Save