From d354eaaf422cd7059c6997db14853d35d0111173 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 18 Aug 2002 22:47:11 +0000 Subject: more code unification; as a side effect, simon can take advantage of the save path settings in the config file (inspired by patch #587694) svn-id: r4770 --- scummvm.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'scummvm.cpp') diff --git a/scummvm.cpp b/scummvm.cpp index c6ded6ab19..419fc07c8c 100644 --- a/scummvm.cpp +++ b/scummvm.cpp @@ -77,7 +77,6 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst) _debugMode = detector->_debugMode; _bootParam = detector->_bootParam; - _gameDataPath = detector->_gameDataPath; _exe_name = detector->_exe_name; _gameId = detector->_gameId; _gameText = detector->_gameText; -- cgit v1.2.3