mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +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();
|
||||
PRECACHE_MODEL( "models/sentry.mdl" );
|
||||
PRECACHE_SOUND( "weapons/hks1.wav" );
|
||||
PRECACHE_SOUND( "weapons/hks2.wav" );
|
||||
PRECACHE_SOUND( "weapons/hks3.wav" );
|
||||
}
|
||||
|
||||
void CSentry::Spawn()
|
||||
|
Loading…
Reference in New Issue
Block a user