[Scummvm-cvs-logs] SF.net SVN: scummvm: [24773] scummvm/trunk/engines/agos/agosgame.cpp
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Thu Nov 23 09:54:34 CET 2006
Revision: 24773
http://svn.sourceforge.net/scummvm/?rev=24773&view=rev
Author: kirben
Date: 2006-11-23 00:54:34 -0800 (Thu, 23 Nov 2006)
Log Message:
-----------
Add German demo of Simon the Sorcerer 2 (DOS CC)
Modified Paths:
--------------
scummvm/trunk/engines/agos/agosgame.cpp
Modified: scummvm/trunk/engines/agos/agosgame.cpp
===================================================================
--- scummvm/trunk/engines/agos/agosgame.cpp 2006-11-23 08:48:53 UTC (rev 24772)
+++ scummvm/trunk/engines/agos/agosgame.cpp 2006-11-23 08:54:34 UTC (rev 24773)
@@ -364,7 +364,7 @@
{ "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9"},
};
-static const ADGameFileDescription SIMON2DEMO_GameFiles[] = {
+static const ADGameFileDescription SIMON2DEMO_EN_GameFiles[] = {
{ "gsptr30", GAME_BASEFILE, "3794c15887539b8578bacab694ccf08a"},
{ "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab"},
{ "simon2.gme", GAME_GMEFILE, "f8c9e6df1e55923a749e115ba74210c4"},
@@ -372,6 +372,14 @@
{ "tbllist", GAME_TBLFILE, "a0d5a494b5d3d209d1a1d76cc8d76601"},
};
+static const ADGameFileDescription SIMON2DEMO_DE_GameFiles[] = {
+ { "gsptr30", GAME_BASEFILE, "7596ef2644fde56ee5fad0dcd483a01e"},
+ { "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab"},
+ { "simon2.gme", GAME_GMEFILE, "3f308f201f6b1ddf7c2704c1fc43a3e1"},
+ { "stripped.txt", GAME_STRFILE, "4c68cf64e581a9bd638a56c900b08bfe"},
+ { "tbllist", GAME_TBLFILE, "a0d5a494b5d3d209d1a1d76cc8d76601"},
+};
+
static const ADGameFileDescription SIMON2TALKIE_EN_GameFiles[] = {
{ "gsptr30", GAME_BASEFILE, "8c301fb9c4fcf119d2730ccd2a565eb3"},
{ "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab"},
@@ -1351,8 +1359,8 @@
{
"simon2",
"CD Demo",
- ARRAYSIZE(SIMON2DEMO_GameFiles),
- SIMON2DEMO_GameFiles,
+ ARRAYSIZE(SIMON2DEMO_EN_GameFiles),
+ SIMON2DEMO_EN_GameFiles,
Common::EN_ANY,
Common::kPlatformPC,
},
@@ -1362,6 +1370,22 @@
GF_TALKIE,
},
+ // Simon the Sorcerer 2 - German DOS CD Demo
+ {
+ {
+ "simon2",
+ "CD Demo",
+ ARRAYSIZE(SIMON2DEMO_DE_GameFiles),
+ SIMON2DEMO_DE_GameFiles,
+ Common::DE_DEU,
+ Common::kPlatformPC,
+ },
+
+ GType_SIMON2,
+ GID_SIMON2TALKIE,
+ GF_TALKIE,
+ },
+
// Simon the Sorcerer 2 - English DOS CD
{
{
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