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:
Travis Howell 2002-09-22 03:58:53 +00:00
parent 5d72701c06
commit c0855df382
2 changed files with 2 additions and 2 deletions

View file

@ -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) {