SCI32: Dummy SCI3 bitmap calls to discover possible usage
Non-use of these kernel calls was assumed by reviewing script disassembly by SV, but it turns out that SV was not picking up script patches correctly in SCI3 games, so this data is no longer considered reliable.
This commit is contained in:
parent
85194cdf75
commit
8adb91038f
1 changed files with 2 additions and 2 deletions
|
@ -393,8 +393,8 @@ static const SciKernelMapSubEntry kBitmap_subops[] = {
|
|||
{ SIG_SINCE_SCI21MID, 12, MAP_CALL(BitmapGetInfo), "r(i)(i)", NULL },
|
||||
{ SIG_SINCE_SCI21LATE,13, MAP_CALL(BitmapScale), "r...ii", NULL },
|
||||
{ SIG_SCI3, 14, MAP_CALL(BitmapCreateFromUnknown), "......", NULL },
|
||||
{ SIG_SCI3, 15, MAP_EMPTY(Bitmap), "(.*)", NULL },
|
||||
{ SIG_SCI3, 16, MAP_EMPTY(Bitmap), "(.*)", NULL },
|
||||
{ SIG_SCI3, 15, MAP_DUMMY(Bitmap), "(.*)", NULL },
|
||||
{ SIG_SCI3, 16, MAP_DUMMY(Bitmap), "(.*)", NULL },
|
||||
SCI_SUBOPENTRY_TERMINATOR
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue