aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga_s1.cpp
diff options
context:
space:
mode:
authorTravis Howell2007-04-15 05:04:48 +0000
committerTravis Howell2007-04-15 05:04:48 +0000
commit2d3e77db85b50ae7f6b36bfff658dd02c29f9155 (patch)
treed4e75497f6706675ff8531826688e21828a94d98 /engines/agos/vga_s1.cpp
parent1c00843f2be1ccfd74182d0268d43fdf8dfcec6f (diff)
downloadscummvm-rg350-2d3e77db85b50ae7f6b36bfff658dd02c29f9155.tar.gz
scummvm-rg350-2d3e77db85b50ae7f6b36bfff658dd02c29f9155.tar.bz2
scummvm-rg350-2d3e77db85b50ae7f6b36bfff658dd02c29f9155.zip
Split game engines, to allow further cleanups.
svn-id: r26481
Diffstat (limited to 'engines/agos/vga_s1.cpp')
-rw-r--r--engines/agos/vga_s1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/vga_s1.cpp b/engines/agos/vga_s1.cpp
index b878699038..9ddc3becf3 100644
--- a/engines/agos/vga_s1.cpp
+++ b/engines/agos/vga_s1.cpp
@@ -29,8 +29,8 @@
namespace AGOS {
-void AGOSEngine::setupSimon1VideoOpcodes(VgaOpcodeProc *op) {
- setupCommonVideoOpcodes(op);
+void AGOSEngine_Simon1::setupVideoOpcodes(VgaOpcodeProc *op) {
+ AGOSEngine::setupVideoOpcodes(op);
op[11] = &AGOSEngine::vc11_clearPathFinder;
op[17] = &AGOSEngine::vc17_setPathfinderItem;