diff options
-rw-r--r-- | engines/lilliput/lilliput.cpp | 4 |
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); |