From dce40f6ffeed0437699f5001765745537ca073dc Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 13 Dec 2008 13:18:16 +0000 Subject: 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 --- engines/gob/gob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/gob.cpp') 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: -- cgit v1.2.3