[Scummvm-cvs-logs] SF.net SVN: scummvm: [23509] scummvm/trunk/engines/kyra/plugin.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Jul 20 22:49:50 CEST 2006


Revision: 23509
          http://svn.sourceforge.net/scummvm/?rev=23509&view=rev
Author:   lordhoto
Date:     2006-07-15 13:00:08 -0700 (Sat, 15 Jul 2006)

Log Message:
-----------
Changes names of Kyra2 and Kyra3 detected games.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/plugin.cpp

Modified: scummvm/trunk/engines/kyra/plugin.cpp
===================================================================
--- scummvm/trunk/engines/kyra/plugin.cpp	2006-07-15 13:58:08 UTC (rev 23508)
+++ scummvm/trunk/engines/kyra/plugin.cpp	2006-07-15 20:00:08 UTC (rev 23509)
@@ -84,13 +84,13 @@
 };
 
 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 @@
 // 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 }
 };
 






More information about the Scummvm-git-logs mailing list