From 152ed65c5079b7d25edae12af234f9a14421aeec Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 23 Feb 2009 04:36:40 +0000 Subject: SCI: Don't chdir to the gamepath anymore svn-id: r38809 --- engines/sci/sci.cpp | 3 --- 1 file changed, 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); -- cgit v1.2.3