mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
Don't disable kPalVary for SCI32, the semantics have remained the same.
svn-id: r49865
This commit is contained in:
parent
953b1324a3
commit
cf38303497
@ -632,10 +632,6 @@ reg_t kPalette(EngineState *s, int argc, reg_t *argv) {
|
||||
reg_t kPalVary(EngineState *s, int argc, reg_t *argv) {
|
||||
uint16 operation = argv[0].toUint16();
|
||||
|
||||
// Exit for SCI32 for now
|
||||
if (!g_sci->_gfxPaint16)
|
||||
return s->r_acc;
|
||||
|
||||
switch (operation) {
|
||||
case 0: { // Init
|
||||
GuiResourceId paletteId;
|
||||
|
Loading…
Reference in New Issue
Block a user