[Scummvm-cvs-logs] SF.net SVN: scummvm: [24109] scummvm/trunk/engines/agos
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Wed Oct 4 13:17:05 CEST 2006
Revision: 24109
http://svn.sourceforge.net/scummvm/?rev=24109&view=rev
Author: kirben
Date: 2006-10-04 04:17:00 -0700 (Wed, 04 Oct 2006)
Log Message:
-----------
Add French version of Elvira 2
Modified Paths:
--------------
scummvm/trunk/engines/agos/agos.cpp
scummvm/trunk/engines/agos/game.cpp
Modified: scummvm/trunk/engines/agos/agos.cpp
===================================================================
--- scummvm/trunk/engines/agos/agos.cpp 2006-10-04 11:12:59 UTC (rev 24108)
+++ scummvm/trunk/engines/agos/agos.cpp 2006-10-04 11:17:00 UTC (rev 24109)
@@ -622,7 +622,7 @@
#endif
_tableMemSize = 50000;
_vgaBaseDelay = 1;
- _numVars = 254;
+ _numVars = 255;
} else if (getGameType() == GType_ELVIRA) {
gss = PTR(simon1_settings);
_numTextBoxes = 20;
Modified: scummvm/trunk/engines/agos/game.cpp
===================================================================
--- scummvm/trunk/engines/agos/game.cpp 2006-10-04 11:12:59 UTC (rev 24108)
+++ scummvm/trunk/engines/agos/game.cpp 2006-10-04 11:17:00 UTC (rev 24109)
@@ -182,6 +182,13 @@
};
static ADGameFileDescription ELVIRA2DOS_GameFiles[] = {
+ { "gamepc", GAME_BASEFILE, "3313254722031b22d833a2cf45a91fd7"},
+ { "icon.dat", GAME_ICONFILE, "83a7278bff55c82fbb3aef92981866c9"},
+ { "stripped.txt", GAME_STRFILE, "c2533277b7ff11f5495967d55355ea17"},
+ { "tbllist", GAME_TBLFILE, "8252660df0edbdbc3e6377e155bbd0c5"},
+};
+
+static ADGameFileDescription ELVIRA2DOS_FR_GameFiles[] = {
{ "gamepc", GAME_BASEFILE, "4bf28ab00f5324fd938e632595742382"},
{ "icon.dat", GAME_ICONFILE, "83a7278bff55c82fbb3aef92981866c9"},
{ "stripped.txt", GAME_STRFILE, "c3a8f644551a27c8a2fec0f8070b46b7"},
@@ -689,6 +696,22 @@
GF_OLD_BUNDLE,
},
+ // Elvira 2 - French Floppy
+ {
+ {
+ "elvira2",
+ "Floppy",
+ ARRAYSIZE(ELVIRA2DOS_FR_GameFiles),
+ ELVIRA2DOS_FR_GameFiles,
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ },
+
+ GType_ELVIRA2,
+ GID_ELVIRA2,
+ GF_OLD_BUNDLE,
+ },
+
// Waxworks - English Floppy
{
{
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