diff options
author | Johannes Schickel | 2006-07-15 20:00:08 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-07-15 20:00:08 +0000 |
commit | f5d8055777599db7b0171df6341b6883136d0d61 (patch) | |
tree | 9e5de1a9c2abac08be1f0b914cae68d8ee2c5725 /engines/kyra | |
parent | aa4787bdfbe2465d2bb903545f80708b021bb302 (diff) | |
download | scummvm-rg350-f5d8055777599db7b0171df6341b6883136d0d61.tar.gz scummvm-rg350-f5d8055777599db7b0171df6341b6883136d0d61.tar.bz2 scummvm-rg350-f5d8055777599db7b0171df6341b6883136d0d61.zip |
Changes names of Kyra2 and Kyra3 detected games.
svn-id: r23509
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/plugin.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp index 18b56ab22c..d1e6ba3615 100644 --- a/engines/kyra/plugin.cpp +++ b/engines/kyra/plugin.cpp @@ -84,13 +84,13 @@ const GameSettings kyra1_games[] = { }; const GameSettings kyra2_games[] = { - { "kyra2", "The Hand of Fate", GI_KYRA2, GF_ENGLISH, // CD version? Floppy version? + { "kyra2", "The Legend of Kyrandia: The Hand of Fate", GI_KYRA2, GF_ENGLISH, // CD version? Floppy version? "28cbad1c5bf06b2d3825ae57d760d032", "FATE.PAK" }, { 0, 0, 0, 0, 0, 0 } }; const GameSettings kyra3_games[] = { - { "kyra3", "The Legend of Kyrandia: Book Three", + { "kyra3", "The Legend of Kyrandia: Malcolm's Revenge", GI_KYRA3, GF_LNGUNK, "3833ff312757b8e6147f464cca0a6587", "ONETIME.PAK" }, { 0, 0, 0, 0, 0, 0 } }; @@ -98,8 +98,8 @@ const GameSettings kyra3_games[] = { // Keep list of different supported games const PlainGameDescriptor kyra_list[] = { { "kyra1", "The Legend of Kyrandia" }, - { "kyra2", "The Hand of Fate" }, - { "kyra3", "The Legend of Kyrandia: Book Three" }, + { "kyra2", "The Legend of Kyrandia: The Hand of Fate" }, + { "kyra3", "The Legend of Kyrandia: Malcolm's Revenge" }, { 0, 0 } }; |