Precache missing sounds for sentry gun.

This commit is contained in:
Andrey Akhmichin 2021-04-04 07:07:54 +05:00
parent 5dd184da23
commit c0720d3cfc
1 changed files with 3 additions and 0 deletions

View File

@ -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()