SHERLOCK: Disable the unneeded warning for loadSound()

This commit is contained in:
Filippos Karapetis 2015-06-11 23:30:05 +03:00
parent 9ce2cbca9f
commit f857864410

View File

@ -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) {