Don't disable kPalVary for SCI32, the semantics have remained the same.

svn-id: r49865
This commit is contained in:
Matthew Hoops 2010-06-15 16:56:23 +00:00
parent 953b1324a3
commit cf38303497

View File

@ -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;