aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-12-13 13:18:16 +0000
committerSven Hesse2008-12-13 13:18:16 +0000
commitdce40f6ffeed0437699f5001765745537ca073dc (patch)
tree90bff1c66eb136d091a92e43267dd13c7f345a67 /engines/gob/gob.cpp
parent5fa38662e2fa1da6e06f9dd33c9f328c260ae273 (diff)
downloadscummvm-rg350-dce40f6ffeed0437699f5001765745537ca073dc.tar.gz
scummvm-rg350-dce40f6ffeed0437699f5001765745537ca073dc.tar.bz2
scummvm-rg350-dce40f6ffeed0437699f5001765745537ca073dc.zip
Added a SaveLoad for Urban Runner with an entry to make the scripts believe the file mdo.def (config file created by the original installer) always exists
svn-id: r35338
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: