aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);