Add hack from trin to make zak256 sfx/music work again.
Add Makefile changes to Makefile.mingw svn-id: r5000
This commit is contained in:
parent
5d72701c06
commit
c0855df382
2 changed files with 2 additions and 2 deletions
|
@ -530,7 +530,7 @@ int Scumm::loadResource(int type, int idx)
|
|||
size = _fileHandle.readDwordLE();
|
||||
tag = _fileHandle.readWordLE();
|
||||
_fileHandle.seek(-6, SEEK_CUR);
|
||||
if (type == rtSound)
|
||||
if ((type == rtSound) && (_gameId != GID_ZAK256))
|
||||
return readSoundResourceSmallHeader(type, idx);
|
||||
} else {
|
||||
if (type == rtSound) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue