mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix build.
This commit is contained in:
parent
0adcfec7b9
commit
bf68522eaa
@ -651,12 +651,8 @@ void CAGrunt::Precache()
|
||||
PRECACHE_SOUND_ARRAY( pPainSounds );
|
||||
PRECACHE_SOUND_ARRAY( pAttackSounds );
|
||||
PRECACHE_SOUND_ARRAY( pAlertSounds );
|
||||
|
||||
for( i = 0; i < ARRAYSIZE( pFireSounds ); i++ )
|
||||
PRECACHE_SOUND( pFireSounds[i] );
|
||||
|
||||
for( i = 0; i < ARRAYSIZE( pStepSounds ); i++ )
|
||||
PRECACHE_SOUND( pStepSounds[i] );
|
||||
PRECACHE_SOUND_ARRAY( pFireSounds );
|
||||
PRECACHE_SOUND_ARRAY( pStepSounds );
|
||||
|
||||
PRECACHE_SOUND( "hassault/hw_shoot1.wav" );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user