aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
authorSven Hesse2011-01-25 00:50:26 +0000
committerSven Hesse2011-01-25 00:50:26 +0000
commit176e49975c52d3686b8391c4f76f1e0af04ce657 (patch)
tree6f733502f6c5066eed49bfd02845fcbb69ff941b /engines/gob/gob.cpp
parent2846ce14f35afc029fe058b3ed50c229ef856615 (diff)
downloadscummvm-rg350-176e49975c52d3686b8391c4f76f1e0af04ce657.tar.gz
scummvm-rg350-176e49975c52d3686b8391c4f76f1e0af04ce657.tar.bz2
scummvm-rg350-176e49975c52d3686b8391c4f76f1e0af04ce657.zip
GOB: Adding stubs for Addy
svn-id: r55508
Diffstat (limited to 'engines/gob/gob.cpp')
-rw-r--r--engines/gob/gob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index f2bec9b0f0..7cf97517bb 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -546,7 +546,7 @@ bool GobEngine::initGameParts() {
case kGameTypeAdi2:
_init = new Init_v2(this);
_video = new Video_v6(this);
- _inter = new Inter_Playtoons(this);
+ _inter = new Inter_v7(this);
_mult = new Mult_v2(this);
_draw = new Draw_v2(this);
_map = new Map_v2(this);