summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/HudAnimations_custom.txt18
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