[Scummvm-cvs-logs] CVS: scummvm/saga saga.cpp,1.132,1.133

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Wed Sep 21 03:08:49 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8536

Modified Files:
	saga.cpp 
Log Message:
This might allow the multi-OS version to run from CD, though I'm not sure
our game detection agrees with that at the moment.


Index: saga.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/saga.cpp,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- saga.cpp	2 Sep 2005 20:17:52 -0000	1.132
+++ saga.cpp	21 Sep 2005 10:06:56 -0000	1.133
@@ -119,7 +119,6 @@
 
 	_frameCount = 0;
 
-
 	// The Linux version of Inherit the Earth puts all data files in an
 	// 'itedata' sub-directory, except for voices.rsc
 	Common::File::addDefaultDirectory(_gameDataPath + "itedata/");
@@ -130,6 +129,10 @@
 	Common::File::addDefaultDirectory(_gameDataPath + "music/");
 	Common::File::addDefaultDirectory(_gameDataPath + "sound/");
 
+	// The Multi-OS version puts the voices file in the root directory of
+	// the CD. The rest of the data files are in game/itedata
+	Common::File::addDefaultDirectory(_gameDataPath + "game/itedata/");
+
 	// Mac CD Wyrmkeep
 	Common::File::addDefaultDirectory(_gameDataPath + "patch/");
 





More information about the Scummvm-git-logs mailing list