diff options
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/script_os.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cine/script_os.cpp b/engines/cine/script_os.cpp index 5c6be12ab0..c79da0e230 100644 --- a/engines/cine/script_os.cpp +++ b/engines/cine/script_os.cpp @@ -654,6 +654,7 @@ int FWScript::o2_loadBg() { */ int FWScript::o2_wasZoneChecked() { byte param = getNextByte(); + // FIXME: Using a wrong table here, it's not zoneData we want, but something else (zoneQuery) _compare = (param < 16 && zoneData[param]); debugC(5, kCineDebugScript, "Line: %d: o2_wasZoneChecked(%d)", _line, param); return 0; |