mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
vc22_setPaletteOld was renamed to vc22_setPalette, since function was virtualized.
svn-id: r43292
This commit is contained in:
parent
58238d9ab3
commit
c95d36c186
@ -57,8 +57,6 @@ void AGOSEngine_PN::setupVideoOpcodes(VgaOpcodeProc *op) {
|
||||
op[20] = &AGOSEngine::vc19_loop;
|
||||
op[21] = &AGOSEngine::vc20_setRepeat;
|
||||
op[22] = &AGOSEngine::vc21_endRepeat;
|
||||
// FIXME: This has been "vc22_setPaletteOld" before, but that does not seem to exist.
|
||||
// Please check whether "vc22_setPalette" is fine to be used here.
|
||||
op[23] = &AGOSEngine::vc22_setPalette;
|
||||
op[24] = &AGOSEngine::vc23_setPriority;
|
||||
op[25] = &AGOSEngine::vc24_setSpriteXY;
|
||||
|
Loading…
Reference in New Issue
Block a user