Skip to content

Commit

Permalink
LILLIPUT: Forgot to disable disasm
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaintv authored and sev- committed Mar 28, 2018
1 parent eabe891 commit 17998c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/lilliput/lilliput.cpp
Expand Up @@ -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);
Expand All @@ -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);
Expand Down

0 comments on commit 17998c7

Please sign in to comment.