[Scummvm-cvs-logs] SF.net SVN: scummvm: [25252] scummvm/trunk/engines/agos/agosgame.cpp
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Mon Jan 29 07:45:15 CET 2007
Revision: 25252
http://scummvm.svn.sourceforge.net/scummvm/?rev=25252&view=rev
Author: kirben
Date: 2007-01-28 22:45:14 -0800 (Sun, 28 Jan 2007)
Log Message:
-----------
Add French version of Simon the Sorcerer 2 (Windows CD)
Modified Paths:
--------------
scummvm/trunk/engines/agos/agosgame.cpp
Modified: scummvm/trunk/engines/agos/agosgame.cpp
===================================================================
--- scummvm/trunk/engines/agos/agosgame.cpp 2007-01-28 23:24:16 UTC (rev 25251)
+++ scummvm/trunk/engines/agos/agosgame.cpp 2007-01-29 06:45:14 UTC (rev 25252)
@@ -1461,6 +1461,29 @@
GF_TALKIE
},
+ // Simon the Sorcerer 2 - French Windows CD
+ {
+ {
+ "simon2",
+ "CD",
+
+ {
+ { "gsptr30", GAME_BASEFILE, "6e217d75f4089b92270fad879e091e29", -1},
+ { "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab", -1},
+ { "simon2.gme", GAME_GMEFILE, "1d2f867a7eba818c85c1e4849821e812", -1},
+ { "stripped.txt", GAME_STRFILE, "5ea27977b4d7dcfd50eb5074e162ebbf", -1},
+ { "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9", -1},
+ { NULL, 0, NULL, 0}
+ },
+ Common::FR_FRA,
+ Common::kPlatformWindows
+ },
+
+ GType_SIMON2,
+ GID_SIMON2TALKIE,
+ GF_TALKIE
+ },
+
// Simon the Sorcerer 2 - German Windows 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