Fix flamethrower bug with rapidfire
This commit is contained in:
parent
5031b3f431
commit
ee124bad95
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user