GOB: Fix EGA palette animation

The Geisha intro is now watchable
This commit is contained in:
Sven Hesse 2011-08-26 04:45:34 +02:00
parent 24929c9990
commit 225f0ad3dc

View file

@ -1094,6 +1094,8 @@ void Inter_v1::o1_palLoad(OpFuncParams &params) {
_vm->_draw->_vgaPalette[i].green = _vm->_game->_script->readByte();
_vm->_draw->_vgaPalette[i].blue = _vm->_game->_script->readByte();
}
memcpy(_vm->_draw->_vgaSmallPalette, _vm->_draw->_vgaPalette, 16 * 3);
break;
case 53: