aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2009-08-11 23:40:07 +0000
committerTravis Howell2009-08-11 23:40:07 +0000
commitc95d36c186fb1d286a15c1c9ccc5fd581ef948b6 (patch)
treed49271c90548766bcbbd0f5b6d681b51eb0eaaa0 /engines
parent58238d9ab30da0a075a81ded6397a3c0d2c9bb05 (diff)
downloadscummvm-rg350-c95d36c186fb1d286a15c1c9ccc5fd581ef948b6.tar.gz
scummvm-rg350-c95d36c186fb1d286a15c1c9ccc5fd581ef948b6.tar.bz2
scummvm-rg350-c95d36c186fb1d286a15c1c9ccc5fd581ef948b6.zip
vc22_setPaletteOld was renamed to vc22_setPalette, since function was virtualized.
svn-id: r43292
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/vga_pn.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/agos/vga_pn.cpp b/engines/agos/vga_pn.cpp
index de0b53f2e6..54326e277c 100644
--- a/engines/agos/vga_pn.cpp
+++ b/engines/agos/vga_pn.cpp
@@ -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;