aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorMax Horn2009-02-23 04:36:40 +0000
committerMax Horn2009-02-23 04:36:40 +0000
commit152ed65c5079b7d25edae12af234f9a14421aeec (patch)
tree0394b80ea19761599bc0c87208dc25b7af057c7b /engines/sci
parent094c3264a0f0e63d3c10caba0c5afce8844608f9 (diff)
downloadscummvm-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.cpp3
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);