mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +00:00
SCI: changing kList(18) into StubNull, so that torin demo works a little more till we figure out what's supposed to be in there
svn-id: r50880
This commit is contained in:
parent
76f6449431
commit
ede8fead94
@ -480,8 +480,8 @@ static const SciKernelMapSubEntry kList_subops[] = {
|
||||
// passed as a second parameter instead of an object. Thus, it seems to
|
||||
// be something like ListAt instead... If we swap the two subops though,
|
||||
// Torin demo crashes complaining that it tried to send to a non-object,
|
||||
// therefore the semantics might be different here
|
||||
{ SIG_SCI21, 18, MAP_CALL(ListIndexOf), "l[o0]", NULL },
|
||||
// therefore the semantics might be different here (signature was l[o0])
|
||||
{ SIG_SCI21, 18, MAP_CALL(StubNull), "li", NULL },
|
||||
{ SIG_SCI21, 19, MAP_CALL(ListEachElementDo), "li(.*)", NULL },
|
||||
{ SIG_SCI21, 20, MAP_CALL(ListFirstTrue), "li(.*)", NULL },
|
||||
{ SIG_SCI21, 21, MAP_CALL(ListAllTrue), "li(.*)", NULL },
|
||||
|
Loading…
Reference in New Issue
Block a user