From 653c27f93016bc150ccfbfd0bafdcb649e32df74 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 17 Jun 2012 11:55:06 +0200 Subject: LILLIPUT: Cleanup of previous fix, add TODO comment --- engines/lilliput/script.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'engines/lilliput') diff --git a/engines/lilliput/script.cpp b/engines/lilliput/script.cpp index f8c3dc0b15..5505645ab0 100644 --- a/engines/lilliput/script.cpp +++ b/engines/lilliput/script.cpp @@ -3105,12 +3105,11 @@ void LilliputScript::OC_disableInterfaceHotspot() { void LilliputScript::OC_loadFile_AERIAL_GFX() { debugC(1, kDebugScriptTBC, "OC_loadFile_AERIAL_GFX()"); - -// Unused variable -// int var1 = _currScript->readUint16LE() & 0xFF; -// byte _byte15EAD = var1; -// _currScript->readUint16LE(); // di is restored afterwards so do nothing -// + + // Unused variable, and the script position is restored afterwards + // TODO: Check if this part of the code is present in Rome, else remove it + // int var1 = _currScript->readUint16LE() & 0xFF; + // byte _byte15EAD = var1; _vm->_refreshScreenFlag = true; _talkingCharacter = -1; -- cgit v1.2.3