diff options
author | Max Horn | 2009-02-23 04:36:40 +0000 |
---|---|---|
committer | Max Horn | 2009-02-23 04:36:40 +0000 |
commit | 152ed65c5079b7d25edae12af234f9a14421aeec (patch) | |
tree | 0394b80ea19761599bc0c87208dc25b7af057c7b /engines/sci | |
parent | 094c3264a0f0e63d3c10caba0c5afce8844608f9 (diff) | |
download | scummvm-rg350-152ed65c5079b7d25edae12af234f9a14421aeec.tar.gz scummvm-rg350-152ed65c5079b7d25edae12af234f9a14421aeec.tar.bz2 scummvm-rg350-152ed65c5079b7d25edae12af234f9a14421aeec.zip |
SCI: Don't chdir to the gamepath anymore
svn-id: r38809
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/sci.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index c9de771958..7ecc1addb3 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -208,9 +208,6 @@ Common::Error SciEngine::go() { sci_version_t version; int res_version = getResourceVersion(); - // FIXME. An evil hack until File class will be used properly - chdir(ConfMan.get("path").c_str()); - version = getVersion(); _resmgr = new ResourceManager(res_version, 256 * 1024); |