SCI32: Fix kSetShowStyle signature for SCI3
This commit is contained in:
parent
ec8845a6bf
commit
97a47852c1
2 changed files with 5 additions and 12 deletions
|
@ -868,7 +868,8 @@ static SciKernelMapEntry s_kernelMap[] = {
|
|||
// our own memory manager and garbage collector, thus we simply call FlushResources, which in turn invokes
|
||||
// our garbage collector (i.e. the SCI0-SCI1.1 semantics).
|
||||
{ "Purge", kFlushResources, SIG_EVERYWHERE, "i", NULL, NULL },
|
||||
{ MAP_CALL(SetShowStyle), SIG_EVERYWHERE, "ioiiiii([ri])(i)", NULL, NULL },
|
||||
{ MAP_CALL(SetShowStyle), SIG_THRU_SCI21MID, SIGFOR_ALL, "ioiiiii([ri])(i)", NULL, NULL },
|
||||
{ MAP_CALL(SetShowStyle), SIG_SINCE_SCI21LATE, SIGFOR_ALL, "ioiiiiii(r)(i)", NULL, NULL },
|
||||
{ MAP_CALL(String), SIG_EVERYWHERE, "(.*)", kString_subops, NULL },
|
||||
{ MAP_CALL(UpdatePlane), SIG_EVERYWHERE, "o", NULL, NULL },
|
||||
{ MAP_CALL(UpdateScreenItem), SIG_EVERYWHERE, "o", NULL, NULL },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue