aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2002-09-22 04:20:20 +0000
committerTravis Howell2002-09-22 04:20:20 +0000
commit11aedcbed421bb357bfc2b7e830c3dd93948a2a7 (patch)
tree88d3c01737d78e0bae7cd4e52990d4dac86bfae2
parent7b1a77b5b8a2c44ddda4eec18a5f2dd91b4eada3 (diff)
downloadscummvm-rg350-11aedcbed421bb357bfc2b7e830c3dd93948a2a7.tar.gz
scummvm-rg350-11aedcbed421bb357bfc2b7e830c3dd93948a2a7.tar.bz2
scummvm-rg350-11aedcbed421bb357bfc2b7e830c3dd93948a2a7.zip
Add fix me
svn-id: r5004
-rw-r--r--scumm/resource.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index d81fe3e315..e5a8ad1af1 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -530,6 +530,7 @@ int Scumm::loadResource(int type, int idx)
size = _fileHandle.readDwordLE();
tag = _fileHandle.readWordLE();
_fileHandle.seek(-6, SEEK_CUR);
+ /* FIXME */
if ((type == rtSound) && (_gameId != GID_ZAK256))
return readSoundResourceSmallHeader(type, idx);
} else {