mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
This warning is driving me nuts, so disabling it for now
svn-id: r4569
This commit is contained in:
parent
2103ef35ff
commit
e3ea2d3ad4
@ -40,8 +40,8 @@ void Scumm::addSoundToQueue(int sound)
|
||||
addSoundToQueue2(sound);
|
||||
}
|
||||
|
||||
if (_features & GF_AUDIOTRACKS)
|
||||
warning("Requesting audio track: %d", sound);
|
||||
// if (_features & GF_AUDIOTRACKS)
|
||||
// warning("Requesting audio track: %d", sound);
|
||||
}
|
||||
|
||||
void Scumm::addSoundToQueue2(int sound)
|
||||
|
Loading…
x
Reference in New Issue
Block a user