2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 01:47:45 +01:00

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

View File

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