Fix build.

This commit is contained in:
Andrey Akhmichin 2022-06-06 01:32:14 +05:00
parent 0adcfec7b9
commit bf68522eaa
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0

View File

@ -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" );