Fix flamethrower bug with rapidfire

This commit is contained in:
Grinch_ 2021-12-06 23:18:07 +06:00
parent 5031b3f431
commit ee124bad95

View File

@ -68,7 +68,7 @@ Weapon::Weapon()
}
#ifdef GTASA
if (m_bRapidFire && weaponType != BY_GAME(WEAPON_MINIGUN, WEAPONTYPE_MINIGUN, WEAPONTYPE_MINIGUN)) // mingun doesn't work with rapidfire
if (m_bRapidFire && weaponType != WEAPON_FTHROWER && weaponType != WEAPON_MINIGUN)) // mingun doesn't work with rapidfire
{
pWeaponInfo->m_nFlags.bContinuosFire = true;