From 6a84e1117b257217344eddce009dc470c3c9440b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 6 Dec 2017 21:06:54 -0500 Subject: 20171206 - Miscellenaous Formatting Tweaks --- scripts/HudAnimations_custom.txt | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'scripts/HudAnimations_custom.txt') diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt index cffe960..11aebd7 100644 --- a/scripts/HudAnimations_custom.txt +++ b/scripts/HudAnimations_custom.txt @@ -11,12 +11,6 @@ event HudHealthBonusPulse RunEvent HudHealthBonusPulseLoop 0.4 } -// call to loop HudHealthBonusPulse -event HudHealthBonusPulseLoop -{ - RunEvent HudHealthBonusPulse 0.0 -} - event HudHealthBonusPulseStop { StopEvent HudHealthBonusPulse 0.0 @@ -41,12 +35,6 @@ event HudHealthDyingPulse RunEvent HudHealthDyingPulseLoop 0.4 } -// call to loop HudHealthDyingPulse -event HudHealthDyingPulseLoop -{ - RunEvent HudHealthDyingPulse 0.0 -} - event HudHealthDyingPulseStop { StopEvent HudHealthDyingPulse 0.0 @@ -70,12 +58,6 @@ event HudLowAmmoPulse RunEvent HudLowAmmoPulseLoop 0.25 } -// call to loop HudLowAmmoPulse -event HudLowAmmoPulseLoop -{ - RunEvent HudLowAmmoPulse 0.0 -} - event HudLowAmmoPulseStop { StopEvent HudLowAmmoPulse 0.0 -- cgit v1.2.3