mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
SHERLOCK: Disable the unneeded warning for loadSound()
This commit is contained in:
parent
9ce2cbca9f
commit
f857864410
@ -96,7 +96,7 @@ void Sound::syncSoundSettings() {
|
||||
|
||||
void Sound::loadSound(const Common::String &name, int priority) {
|
||||
// No implementation required in ScummVM
|
||||
warning("loadSound");
|
||||
//warning("loadSound");
|
||||
}
|
||||
|
||||
byte Sound::decodeSample(byte sample, byte &reference, int16 &scale) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user