mirror of
https://github.com/halpz/re3.git
synced 2025-10-07 07:51:37 +00:00
fix build(bcs func CheckForAnAudioFileOnCD not used anymore)
This commit is contained in:
@@ -171,7 +171,7 @@ cDMAudio::SetDynamicAcousticModelingStatus(uint8 status)
|
|||||||
bool
|
bool
|
||||||
cDMAudio::CheckForAnAudioFileOnCD(void)
|
cDMAudio::CheckForAnAudioFileOnCD(void)
|
||||||
{
|
{
|
||||||
return AudioManager.CheckForAnAudioFileOnCD();
|
return 0; //exists only in android version, and used only in symbols
|
||||||
}
|
}
|
||||||
|
|
||||||
char
|
char
|
||||||
|
Reference in New Issue
Block a user