diff options
Diffstat (limited to 'engines/sci/engine/kernel.cpp')
-rw-r--r-- | engines/sci/engine/kernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp index 85c4150276..4700c59597 100644 --- a/engines/sci/engine/kernel.cpp +++ b/engines/sci/engine/kernel.cpp @@ -360,7 +360,7 @@ SciKernelFunction kfunct_mappers[] = { DEFUN("ListEachElementDo", kListEachElementDo, "li.*"), DEFUN("ListFirstTrue", kListFirstTrue, "li.*"), DEFUN("ListAllTrue", kListAllTrue, "li.*"), - DEFUN("ListIndexOf", kListIndexOf, "lo"), + DEFUN("ListIndexOf", kListIndexOf, "lZo"), DEFUN("OnMe", kOnMe, "iio.*"), DEFUN("InPolygon", kInPolygon, "iio"), DEFUN("CreateTextBitmap", kCreateTextBitmap, "iiio"), |