Browse Source

Precache missing sounds for sentry gun.

hl_urbicide
Andrey Akhmichin 4 years ago
parent
commit
c0720d3cfc
  1. 3
      dlls/turret.cpp

3
dlls/turret.cpp

@ -1150,6 +1150,9 @@ void CSentry::Precache()
{ {
CBaseTurret::Precache(); CBaseTurret::Precache();
PRECACHE_MODEL( "models/sentry.mdl" ); PRECACHE_MODEL( "models/sentry.mdl" );
PRECACHE_SOUND( "weapons/hks1.wav" );
PRECACHE_SOUND( "weapons/hks2.wav" );
PRECACHE_SOUND( "weapons/hks3.wav" );
} }
void CSentry::Spawn() void CSentry::Spawn()

Loading…
Cancel
Save