diff --git a/dlls/turret.cpp b/dlls/turret.cpp index a5aa6d23..556d7ede 100644 --- a/dlls/turret.cpp +++ b/dlls/turret.cpp @@ -1150,6 +1150,9 @@ void CSentry::Precache() { CBaseTurret::Precache(); PRECACHE_MODEL( "models/sentry.mdl" ); + PRECACHE_SOUND( "weapons/hks1.wav" ); + PRECACHE_SOUND( "weapons/hks2.wav" ); + PRECACHE_SOUND( "weapons/hks3.wav" ); } void CSentry::Spawn()