LILLIPUT: bugfix: Intro is now completable

This commit is contained in:
Strangerke 2012-05-29 08:30:34 +02:00 committed by Eugene Sandulenko
parent 2e9867086c
commit 21d38e3b4c
2 changed files with 22 additions and 16 deletions

View file

@ -1546,7 +1546,7 @@ byte LilliputScript::OC_compareCoords_1() {
// TODO Rename function to "Check if character pos in rectangle"
byte LilliputScript::OC_compareCoords_2() {
debugC(1, kDebugScriptTBC, "OC_compareCoords_2()");
debugC(1, kDebugScript, "OC_compareCoords_2()");
int16 index = getValue1();
Common::Point var1 = Common::Point(_array16123PosX[index], _array1614BPosY[index]);