Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Correct sound
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Aug 12, 2023
1 parent d276ab3 commit 8827224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/Game/Client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ void ClientPrecache( void )
PRECACHE_SOUND("items/suitchargeno1.wav");
PRECACHE_SOUND("items/suitchargeok1.wav");
PRECACHE_SOUND("items/suitcharge1.wav");
PRECACHE_SOUND("player/shield_charge.wav");

if (giPrecacheGrunt)
UTIL_PrecacheOther("monster_human_grunt");
Expand Down

0 comments on commit 8827224

Please sign in to comment.