aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsylvaintv2012-05-01 14:36:11 +0200
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commit17998c7d459df41d4827344b6248804f9ee4f406 (patch)
treefac416a766b00860ad831534531f3028de88fc05
parenteabe891bf65f8f5bfd4ce1a27fdadfe53a37e16a (diff)
downloadscummvm-rg350-17998c7d459df41d4827344b6248804f9ee4f406.tar.gz
scummvm-rg350-17998c7d459df41d4827344b6248804f9ee4f406.tar.bz2
scummvm-rg350-17998c7d459df41d4827344b6248804f9ee4f406.zip
LILLIPUT: Forgot to disable disasm
-rw-r--r--engines/lilliput/lilliput.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lilliput/lilliput.cpp b/engines/lilliput/lilliput.cpp
index 3b44949804..ae2515db67 100644
--- a/engines/lilliput/lilliput.cpp
+++ b/engines/lilliput/lilliput.cpp
@@ -2369,7 +2369,7 @@ void LilliputEngine::handleGameScripts() {
int tmpVal = _rulesBuffer2_12[index];
if (tmpVal == 0xFF)
return;
-
+/*
for (int i = 0; i < _gameScriptIndexSize; i++) {
assert(tmpVal < _gameScriptIndexSize);
debugC(1, kDebugEngine, "================= Game Script %d ==================", i);
@@ -2378,7 +2378,7 @@ void LilliputEngine::handleGameScripts() {
debugC(1, kDebugEngine, "============= End Game Script %d ==================", i);
}
-while(1);
+while(1);*/
assert(tmpVal < _gameScriptIndexSize);
debugC(1, kDebugEngine, "================= Game Script %d for character %d ==================", tmpVal, index);