aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOystein Eftevaag2006-02-06 00:43:34 +0000
committerOystein Eftevaag2006-02-06 00:43:34 +0000
commitc641a7e39b7ed871073b3db5bf0b80ad9c5b8ad9 (patch)
tree28f89d028a5d94e140fcb89969b78dacee74a06a
parentf65e531a6e096085ab66c13efc848847c3cbf69e (diff)
downloadscummvm-rg350-c641a7e39b7ed871073b3db5bf0b80ad9c5b8ad9.tar.gz
scummvm-rg350-c641a7e39b7ed871073b3db5bf0b80ad9c5b8ad9.tar.bz2
scummvm-rg350-c641a7e39b7ed871073b3db5bf0b80ad9c5b8ad9.zip
Added the MD5 of a German Floppy version, as given by Arne.F on the forums.
Also corrected some tabs. svn-id: r20418
-rw-r--r--kyra/kyra.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/kyra/kyra.cpp b/kyra/kyra.cpp
index 6133e52a22..4d988e907f 100644
--- a/kyra/kyra.cpp
+++ b/kyra/kyra.cpp
@@ -79,6 +79,8 @@ static const KyraGameSettings kyra_games[] = {
"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 @@ static const KyraGameSettings kyra_games[] = {
"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 }
};