[Scummvm-cvs-logs] SF.net SVN: scummvm: [20803] scummvm/trunk/engines/simon
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Mon Feb 20 15:28:06 CET 2006
Revision: 20803
Author: kirben
Date: 2006-02-20 15:27:32 -0800 (Mon, 20 Feb 2006)
ViewCVS: http://svn.sourceforge.net/scummvm?rev=20803&view=rev
Log Message:
-----------
Add German version of Simon the Sorcerer 2 (DOS Floppy)
Modified Paths:
--------------
scummvm/trunk/engines/simon/game.cpp
scummvm/trunk/engines/simon/intern.h
Modified: scummvm/trunk/engines/simon/game.cpp
===================================================================
--- scummvm/trunk/engines/simon/game.cpp 2006-02-20 22:08:03 UTC (rev 20802)
+++ scummvm/trunk/engines/simon/game.cpp 2006-02-20 23:27:32 UTC (rev 20803)
@@ -215,6 +215,12 @@
{ GID_SIMON2DOS2_RU, "e229f84d46fa83f99b4a7115679f3fb6", "stripped.txt", false},
{ GID_SIMON2DOS2_RU, "2082f8d02075e590300478853a91ffd9", "tbllist", false},
+ { GID_SIMON2DOS_DE, "eb6e3e37fe52993f948d7e2d6b869828", "game32", false },
+ { GID_SIMON2DOS_DE, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
+ { GID_SIMON2DOS_DE, "5fa9d080b04c610f526bd685be1bf747", "simon2.gme", false},
+ { GID_SIMON2DOS_DE, "fd30df01cc248ecbaef302af855e0212", "stripped.txt", false},
+ { GID_SIMON2DOS_DE, "2082f8d02075e590300478853a91ffd9", "tbllist", false},
+
{ GID_SIMON2DOS_IT, "3e11d400bea0638f360a724687005cd1", "game32", false },
{ GID_SIMON2DOS_IT, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
{ GID_SIMON2DOS_IT, "f306a397565d7f13bec7ecf14c723de7", "simon2.gme", false},
@@ -761,6 +767,19 @@
Common::kPlatformPC,
},
+ // Simon the Sorcerer 2 - German DOS Floppy
+ {
+ "simon2",
+ GType_SIMON2,
+ GID_SIMON2DOS_DE,
+ "Simon the Sorcerer 2 (German DOS Floppy)",
+ ARRAYSIZE(SIMON2DOS_GameFiles),
+ SIMON2DOS_GameFiles,
+ 0,
+ Common::DE_DEU,
+ Common::kPlatformPC,
+ },
+
// Simon the Sorcerer 2 - Italian DOS Floppy
{
"simon2",
Modified: scummvm/trunk/engines/simon/intern.h
===================================================================
--- scummvm/trunk/engines/simon/intern.h 2006-02-20 22:08:03 UTC (rev 20802)
+++ scummvm/trunk/engines/simon/intern.h 2006-02-20 23:27:32 UTC (rev 20803)
@@ -195,6 +195,7 @@
GID_SIMON2DOS_RU,
GID_SIMON2DOS2,
GID_SIMON2DOS2_RU,
+ GID_SIMON2DOS_DE,
GID_SIMON2DOS_IT,
GID_SIMON2DEMO,
GID_SIMON2TALKIE,
More information about the Scummvm-git-logs
mailing list