aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
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);