[Scummvm-cvs-logs] CVS: scummvm/kyra kyra.cpp,1.135,1.136

Oystein Eftevaag vinterstum at users.sourceforge.net
Sun Feb 5 16:44:07 CET 2006


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

Modified Files:
	kyra.cpp 
Log Message:
Added the MD5 of a German Floppy version, as given by Arne.F on the forums.
Also corrected some tabs.


Index: kyra.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/kyra.cpp,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- kyra.cpp	28 Jan 2006 05:09:39 -0000	1.135
+++ kyra.cpp	6 Feb 2006 00:43:34 -0000	1.136
@@ -79,6 +79,8 @@
 										"abf8eb360e79a6c2a837751fbd4d3d24", "GEMCUT.EMC" },
 	{ "kyra1", "The Legend of Kyrandia (German/Floppy)",	GI_KYRA1, GF_GERMAN | GF_FLOPPY, 
 										"6018e1dfeaca7fe83f8d0b00eb0dd049", "GEMCUT.EMC"},
+	{ "kyra1", "The Legend of Kyrandia (German/Floppy)",	GI_KYRA1, GF_GERMAN | GF_FLOPPY, // from Arne.F 
+										"f0b276781f47c130f423ec9679fe9ed9", "GEMCUT.EMC"},
 	{ "kyra1", "The Legend of Kyrandia (Spanish/Floppy)",	GI_KYRA1, GF_SPANISH | GF_FLOPPY, // from VooD
 										"8909b41596913b3f5deaf3c9f1017b01", "GEMCUT.EMC"},
 	{ "kyra1", "The Legend of Kyrandia (Spanish/Floppy)",	GI_KYRA1, GF_SPANISH | GF_FLOPPY, // floppy 1.8 from clemmy
@@ -89,7 +91,7 @@
 										"230f54e6afc007ab4117159181a1c722", "GEMCUT.PAK" },
 	{ "kyra1", "The Legend of Kyrandia (French/CD)",		GI_KYRA1, GF_FRENCH | GF_TALKIE, 
 										"b037c41768b652a040360ffa3556fd2a", "GEMCUT.PAK" },
-	{ "kyra1", "The Legend of Kyrandia (Demo)",			GI_KYRA1, GF_DEMO | GF_ENGLISH,
+	{ "kyra1", "The Legend of Kyrandia (Demo)",				GI_KYRA1, GF_DEMO | GF_ENGLISH,
 										"fb722947d94897512b13b50cc84fd648", "DEMO1.WSA" },
 	{ 0, 0, 0, 0, 0, 0 }
 };





More information about the Scummvm-git-logs mailing list