warning -> debug message

svn-id: r7733
This commit is contained in:
Max Horn 2003-05-20 15:03:47 +00:00
parent d1391702ea
commit 9517305332

View File

@ -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;