mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
Remove error for missing sound files in The Feeble Files, due to fault in French version.
svn-id: r31239
This commit is contained in:
parent
10be4b2a6d
commit
44200b4ac6
@ -536,9 +536,6 @@ void AGOSEngine::loadSound(uint sound, int pan, int vol, uint type) {
|
||||
dst = (byte *)malloc(dstSize);
|
||||
decompressData(filename, dst, offset, srcSize, dstSize);
|
||||
} else {
|
||||
if (!_curSfxFile)
|
||||
error("loadSound: Can't load sound data file '%d3.VGA'", _zoneNumber);
|
||||
|
||||
dst = _curSfxFile + READ_LE_UINT32(_curSfxFile + sound * 4);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user