mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 17:40:00 +00:00
fix build(bcs func CheckForAnAudioFileOnCD not used anymore)
This commit is contained in:
parent
064f2e66e1
commit
6ff138ca76
|
@ -171,7 +171,7 @@ cDMAudio::SetDynamicAcousticModelingStatus(uint8 status)
|
|||
bool
|
||||
cDMAudio::CheckForAnAudioFileOnCD(void)
|
||||
{
|
||||
return AudioManager.CheckForAnAudioFileOnCD();
|
||||
return 0; //exists only in android version, and used only in symbols
|
||||
}
|
||||
|
||||
char
|
||||
|
|
Loading…
Reference in a new issue