mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 13:42:02 +00:00
warning -> debug message
svn-id: r7733
This commit is contained in:
parent
d1391702ea
commit
9517305332
@ -1038,7 +1038,7 @@ int Scumm::readSoundResourceSmallHeader(int type, int idx) {
|
||||
|
||||
if (music_type != 0x80) {
|
||||
// It's an SFX; we don't know how to handle those yet
|
||||
warning("Sound %d not played, format not yet supported", idx);
|
||||
debug(4, "Sound %d not played, format not yet supported", idx);
|
||||
nukeResource(type, idx);
|
||||
res.roomoffs[type][idx] = 0xFFFFFFFF;
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user