mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-25 22:24:16 +00:00
Precache missing sounds for sentry gun.
This commit is contained in:
parent
5dd184da23
commit
c0720d3cfc
@ -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…
x
Reference in New Issue
Block a user