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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Apr 1 13:31:00 CEST 2006


Revision: 21531
Author:   fingolfin
Date:     2006-04-01 13:30:06 -0800 (Sat, 01 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21531&view=rev

Log Message:
-----------
Removing superfluous addDefaultDirectory call

Modified Paths:
--------------
    scummvm/trunk/engines/saga/saga.cpp
Modified: scummvm/trunk/engines/saga/saga.cpp
===================================================================
--- scummvm/trunk/engines/saga/saga.cpp	2006-04-01 18:20:35 UTC (rev 21530)
+++ scummvm/trunk/engines/saga/saga.cpp	2006-04-01 21:30:06 UTC (rev 21531)
@@ -104,9 +104,6 @@
 	// the CD. The rest of the data files are in game/itedata
 	Common::File::addDefaultDirectory(_gameDataPath + "game/itedata/");
 
-	// Linux demo
-	Common::File::addDefaultDirectory(_gameDataPath + "itedata/");
-
 	// Mac CD Wyrmkeep
 	Common::File::addDefaultDirectory(_gameDataPath + "patch/");
 


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