[Scummvm-cvs-logs] SF.net SVN: scummvm: [25540] scummvm/trunk/engines/agos/agosgame.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Tue Feb 13 13:14:28 CET 2007


Revision: 25540
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25540&view=rev
Author:   kirben
Date:     2007-02-13 04:14:27 -0800 (Tue, 13 Feb 2007)

Log Message:
-----------
Add Spanish version of Swampy Adventures.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/agosgame.cpp

Modified: scummvm/trunk/engines/agos/agosgame.cpp
===================================================================
--- scummvm/trunk/engines/agos/agosgame.cpp	2007-02-13 01:28:18 UTC (rev 25539)
+++ scummvm/trunk/engines/agos/agosgame.cpp	2007-02-13 12:14:27 UTC (rev 25540)
@@ -2059,5 +2059,25 @@
 		GID_SWAMPY,
 		GF_OLD_BUNDLE | GF_TALKIE
 	},
+
+	// Simon the Sorcerer's Puzzle Pack - Swampy Adventures - Spanish
+	{
+		{
+			"swampy",
+			"CD",
+
+			{
+	{ "Gswampy",		GAME_BASEFILE,	"a534faabea5881d1f350544362edab87", -1},
+	{ NULL, 0, NULL, 0}
+			},
+			Common::ES_ESP,
+			Common::kPlatformWindows,
+			Common::GF_NO_FLAGS
+		},
+
+		GType_PP,
+		GID_SWAMPY,
+		GF_OLD_BUNDLE | GF_TALKIE
+	},
 	{ AD_TABLE_END_MARKER, 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