From 09256b76c96639c10da84e501ad8bac0fc9d2dba Mon Sep 17 00:00:00 2001 From: steph-pg Date: Fri, 17 Oct 2025 18:58:09 +0100 Subject: [PATCH] Add visual muzzle flash for invisible soldiers --- Tactical/Soldier Ani.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Tactical/Soldier Ani.cpp b/Tactical/Soldier Ani.cpp index 6c33da15b..a76b070a6 100644 --- a/Tactical/Soldier Ani.cpp +++ b/Tactical/Soldier Ani.cpp @@ -615,11 +615,6 @@ BOOLEAN AdjustToNextAnimationFrame( SOLDIERTYPE *pSoldier ) case 441: // CODE: Show muzzle flash - if ( pSoldier->bVisible == -1 ) - { - break; - } - { OBJECTTYPE* pObjAttHand = pSoldier->GetUsedWeapon(&pSoldier->inv[pSoldier->ubAttackingHand]); if (IsFlashSuppressor(pObjAttHand, pSoldier) || (*pObjAttHand)[0]->data.gun.bGunAmmoStatus < 0)