From 5140f639cdc81b9d7b87c15bf00d60721105bc29 Mon Sep 17 00:00:00 2001 From: Sabian Roberts <31491602+sabianroberts@users.noreply.github.com> Date: Sat, 14 Sep 2024 19:21:27 +0100 Subject: [PATCH] Update battery.cpp --- cl_dll/battery.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cl_dll/battery.cpp b/cl_dll/battery.cpp index 2e9818c..bb7dbaa 100644 --- a/cl_dll/battery.cpp +++ b/cl_dll/battery.cpp @@ -139,11 +139,6 @@ int CHudBattery::Draw(float flTime) // PlaySound("player/shield_low.wav", 0); } - if (m_iBat >= 1) - { - PlaySound("player/shield_empty.wav", 0); - } - if (m_iBat <= 10) { if (!Blinking)