LILLIPUT: bugfix: Intro is now completable
This commit is contained in:
parent
2e9867086c
commit
21d38e3b4c
2 changed files with 22 additions and 16 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue