[Scummvm-cvs-logs] SF.net SVN: scummvm: [29654] scummvm/trunk/engines/lure

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Wed Nov 28 11:37:40 CET 2007


Revision: 29654
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29654&view=rev
Author:   dreammaster
Date:     2007-11-28 02:37:40 -0800 (Wed, 28 Nov 2007)

Log Message:
-----------
Added detection of Spanish version

Modified Paths:
--------------
    scummvm/trunk/engines/lure/detection.cpp
    scummvm/trunk/engines/lure/menu.cpp

Modified: scummvm/trunk/engines/lure/detection.cpp
===================================================================
--- scummvm/trunk/engines/lure/detection.cpp	2007-11-28 01:11:09 UTC (rev 29653)
+++ scummvm/trunk/engines/lure/detection.cpp	2007-11-28 10:37:40 UTC (rev 29654)
@@ -61,6 +61,8 @@
 										"7aa19e444dab1ac7194d9f7a40ffe54a", "disk1.vga" },
 	{ "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::FR_FRA,
 										"1c94475c1bb7e0e88c1757d3b5377e94", "disk1.vga" },
+	{ "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::ES_ESP,
+										"1751145b653959f7a64fe1618d6b97ac", "disk1.vga" },
 	{ 0, 0, 0, 0, Common::UNK_LANG, 0, 0 }
 };
 

Modified: scummvm/trunk/engines/lure/menu.cpp
===================================================================
--- scummvm/trunk/engines/lure/menu.cpp	2007-11-28 01:11:09 UTC (rev 29653)
+++ scummvm/trunk/engines/lure/menu.cpp	2007-11-28 10:37:40 UTC (rev 29654)
@@ -63,11 +63,11 @@
 static Menu *int_menu = NULL;
 
 const MenuRecordLanguage menuList[] = {
-//	{EN_ANY, {{40, 87, 20, 80}, {127, 179, 100, 120}, {224, 281, 210, 105}}},
 	{EN_ANY, {{40, 87, 3, 7}, {127, 179, 13, 12}, {224, 281, 27, 10}}},
 	{IT_ITA, {{40, 98, 4, 6}, {120, 195, 14, 11}, {208, 281, 24, 13}}},
 	{FR_FRA, {{40, 90, 3, 7}, {120, 195, 13, 11}, {232, 273, 23, 13}}},
 	{DE_DEU, {{44, 95, 1, 11}, {135, 178, 8, 23}, {232, 273, 22, 15}}},
+	{ES_ESP, {{40, 90, 3, 8}, {120, 195, 11, 13}, {208, 281, 17, 18}}},
 	{UNK_LANG, {{0, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}}}
 };
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list