[Scummvm-cvs-logs] SF.net SVN: scummvm:[38809] scummvm/trunk/engines/sci/sci.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Feb 23 05:36:40 CET 2009


Revision: 38809
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38809&view=rev
Author:   fingolfin
Date:     2009-02-23 04:36:40 +0000 (Mon, 23 Feb 2009)

Log Message:
-----------
SCI: Don't chdir to the gamepath anymore

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sci.cpp

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2009-02-23 04:35:06 UTC (rev 38808)
+++ scummvm/trunk/engines/sci/sci.cpp	2009-02-23 04:36:40 UTC (rev 38809)
@@ -208,9 +208,6 @@
 	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);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list