ioq3 sound

This commit is contained in:
OM 2023-05-24 21:45:26 +02:00
parent eef8f65830
commit 6e94bb6eca
12 changed files with 140 additions and 13 deletions

View file

@ -55,7 +55,7 @@ sfxHandle_t S_RegisterSound( const char *sample, qboolean compressed, qboolean f
return 0;
}
void S_StartLocalSoundByName( const char *sound_name, qboolean force_load ) {
void S_StartLocalSound( const char *sound_name, qboolean force_load ) {
}
void S_ClearSoundBuffer( void ) {