GOB: Fix EGA palette animation
The Geisha intro is now watchable
This commit is contained in:
parent
24929c9990
commit
225f0ad3dc
1 changed files with 2 additions and 0 deletions
|
@ -1094,6 +1094,8 @@ void Inter_v1::o1_palLoad(OpFuncParams ¶ms) {
|
||||||
_vm->_draw->_vgaPalette[i].green = _vm->_game->_script->readByte();
|
_vm->_draw->_vgaPalette[i].green = _vm->_game->_script->readByte();
|
||||||
_vm->_draw->_vgaPalette[i].blue = _vm->_game->_script->readByte();
|
_vm->_draw->_vgaPalette[i].blue = _vm->_game->_script->readByte();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
memcpy(_vm->_draw->_vgaSmallPalette, _vm->_draw->_vgaPalette, 16 * 3);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 53:
|
case 53:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue