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 c79fab95cf..dcee6ff1e0 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -411,7 +411,7 @@ bool GobEngine::initGameParts() {
_map = new Map_v4(this);
_goblin = new Goblin_v4(this);
_scenery = new Scenery_v2(this);
- _saveLoad = new SaveLoad(this, _targetName.c_str());
+ _saveLoad = new SaveLoad_v6(this, _targetName.c_str());
break;
default: