diff options
Diffstat (limited to 'engines/scumm/sound.cpp')
-rw-r--r-- | engines/scumm/sound.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/scumm/sound.cpp b/engines/scumm/sound.cpp index 8099dd250a..b9b7e28059 100644 --- a/engines/scumm/sound.cpp +++ b/engines/scumm/sound.cpp @@ -1321,8 +1321,9 @@ int ScummEngine::readSoundResource(ResId idx) { //dumpResource("sound-", idx, ptr); return 1; } - error("Unrecognized base tag 0x%08x in sound %d", basetag, idx); } + + warning("Unrecognized base tag 0x%08x in sound %d", basetag, idx); _res->_types[rtSound][idx]._roomoffs = RES_INVALID_OFFSET; return 0; } |