sluicebox 97cb7ce521 SCI32: Fix kBitmap kernel signature
kBitmap's kernel signature is incorrect and out of sync with the
signatures of its sub operations, causing valid calls to subop #1
(BitmapDestroy) to fail. BitmapDestroy allows an invalid reference
to be passed, which GK1 Mac does when decoding the Rada drums in
room 410, but kBitmap's signature doesn't.

Fixed by applying the correct signature, which is the same as kFileIO
which has a similar structure: require an integer for the subop and
then allow anything, including invalid references.
2020-05-31 22:36:36 -07:00
..
2020-05-25 03:21:59 +03:00
2020-05-25 03:21:59 +03:00
2020-05-24 12:42:59 +03:00
2020-02-09 12:43:16 +01:00
2020-02-16 13:07:19 +02:00
2020-02-09 12:43:16 +01:00
2020-02-09 12:43:16 +01:00
2020-02-09 12:43:16 +01:00
2020-05-05 12:14:18 -07:00