Skip to content

Commit

Permalink
Update battery.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 14, 2024
1 parent bac7db6 commit 5140f63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cl_dll/battery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5140f63

Please sign in to comment.