aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-03-02 01:28:32 +0000
committerTravis Howell2004-03-02 01:28:32 +0000
commitb123197dc146cb67b40b3d41e4def4383d35d96b (patch)
treed290271a09d072b075f3a5e89fdab0781512093b /scumm/resource.cpp
parent5a3b17de54dc12e1c12eedbda882ba5f1f61382e (diff)
downloadscummvm-rg350-b123197dc146cb67b40b3d41e4def4383d35d96b.tar.gz
scummvm-rg350-b123197dc146cb67b40b3d41e4def4383d35d96b.tar.bz2
scummvm-rg350-b123197dc146cb67b40b3d41e4def4383d35d96b.zip
Remove fixme
svn-id: r13131
Diffstat (limited to 'scumm/resource.cpp')
-rw-r--r--scumm/resource.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index 0d27d13c15..9f573ffe0c 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -2047,7 +2047,6 @@ void ScummEngine::readMAXS() {
_numGlobalScripts = 2000;
_shadowPaletteSize = NUM_SHADOW_PALETTE * 256;
- // FIXME better check for the more recent windows based humongous games...
} else if (_features & GF_HE7_RESOURCES) {
_fileHandle.readUint16LE();
_numVariables = _fileHandle.readUint16LE();