[Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.100,1.101

Eugene Sandulenko sev at users.sourceforge.net
Fri Sep 23 06:23:30 CEST 2005


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

Modified Files:
	game.cpp 
Log Message:
"Inherit the Earth Voices" for Multi CD version is case sensitive.


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- game.cpp	21 Sep 2005 10:25:33 -0000	1.100
+++ game.cpp	23 Sep 2005 13:20:10 -0000	1.101
@@ -766,7 +766,7 @@
 	{ GID_ITE_MULTICD,  "a6433e34b97b15e64fe8214651012db9", "ite.rsc", false },
 	{ GID_ITE_MULTICD,  "a891405405edefc69c9d6c420c868b84", "scripts.rsc", false },
 	{ GID_ITE_MULTICD,  "e2ccb61c325d6d1ead3be0e731fe29fe", "sounds.rsc", false },
-	{ GID_ITE_MULTICD,  "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth Voices", false },
+	{ GID_ITE_MULTICD,  "c14c4c995e7a0d3828e3812a494301b7", "Inherit the Earth Voices", true },
 	{ GID_ITE_MULTICD,  "d6454756517f042f01210458abe8edd4", "music.rsc", false },
 
 	{ GID_ITE_DISK_DE,  "869fc23c8f38f575979ec67152914fee", "ite.rsc", false },





More information about the Scummvm-git-logs mailing list