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 d1443ad3f9..4d36933fef 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -548,7 +548,7 @@ bool GobEngine::initGameParts() {
case kGameTypeAdibou2:
case kGameTypeAdi2:
case kGameTypeAdi4:
- _init = new Init_v2(this);
+ _init = new Init_v7(this);
_video = new Video_v6(this);
_inter = new Inter_v7(this);
_mult = new Mult_v2(this);