diff options
Diffstat (limited to 'scripts/HudAnimations_custom.txt')
| -rw-r--r-- | scripts/HudAnimations_custom.txt | 18 |
1 files changed, 0 insertions, 18 deletions
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 |
