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 bda85aaab6..674eab3d47 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -552,7 +552,7 @@ bool GobEngine::initGameParts() {
_map = new Map_v2(this);
_goblin = new Goblin_v4(this);
_scenery = new Scenery_v2(this);
- _saveLoad = new SaveLoad_Playtoons(this, _targetName.c_str());
+ _saveLoad = new SaveLoad_v7(this, _targetName.c_str());
break;
case kGameTypeAdibou1: