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

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Dec 30 02:20:30 CET 2006


Revision: 24951
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24951&view=rev
Author:   kirben
Date:     2006-12-29 17:20:19 -0800 (Fri, 29 Dec 2006)

Log Message:
-----------
Add German version of PP - Swampy Adventures

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

Modified: scummvm/trunk/engines/agos/agosgame.cpp
===================================================================
--- scummvm/trunk/engines/agos/agosgame.cpp	2006-12-29 23:50:54 UTC (rev 24950)
+++ scummvm/trunk/engines/agos/agosgame.cpp	2006-12-30 01:20:19 UTC (rev 24951)
@@ -1751,7 +1751,7 @@
 		GF_OLD_BUNDLE | GF_TALKIE,
 	},
 
-	// Simon the Sorcerer's Puzzle Pack - Swampy Adventures
+	// Simon the Sorcerer's Puzzle Pack - Swampy Adventures - English
 	{
 		{
 			"swampy",
@@ -1769,5 +1769,24 @@
 		GID_SWAMPY,
 		GF_OLD_BUNDLE | GF_TALKIE,
 	},
+
+	// Simon the Sorcerer's Puzzle Pack - Swampy Adventures - German
+	{
+		{
+			"swampy",
+			"CD",
+
+			{
+	{ "Gswampy",		GAME_BASEFILE,	"4b44f26f51c9c4a16210b4ff9875d24c"},
+	{ NULL, 0, NULL}
+			},
+			Common::DE_DEU,
+			Common::kPlatformWindows,
+		},
+
+		GType_PP,
+		GID_SWAMPY,
+		GF_OLD_BUNDLE | GF_TALKIE,
+	},
 	{ { NULL, NULL, {NULL, 0, NULL}, Common::UNK_LANG, Common::kPlatformUnknown }, 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