Skip to content

Commit 5140f63

Browse files
committed
Update battery.cpp
1 parent bac7db6 commit 5140f63

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cl_dll/battery.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ int CHudBattery::Draw(float flTime)
139139
// PlaySound("player/shield_low.wav", 0);
140140
}
141141

142-
if (m_iBat >= 1)
143-
{
144-
PlaySound("player/shield_empty.wav", 0);
145-
}
146-
147142
if (m_iBat <= 10)
148143
{
149144
if (!Blinking)

0 commit comments

Comments
 (0)