[Scummvm-cvs-logs] SF.net SVN: scummvm: [23281] scummvm/trunk/engines/simon

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Jun 24 12:08:56 CEST 2006


Revision: 23281
Author:   kirben
Date:     2006-06-24 03:08:46 -0700 (Sat, 24 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23281&view=rev

Log Message:
-----------
Add Italian version of the Feebles Files (4CD)

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-06-24 10:05:09 UTC (rev 23280)
+++ scummvm/trunk/engines/simon/game.cpp	2006-06-24 10:08:46 UTC (rev 23281)
@@ -543,6 +543,11 @@
 	{ "tbllist",		GAME_TBLFILE,	"0bbfee8e69739111eb36b0d138da8ddf"},
 };
 
+static GameFileDescription FEEBLEFILES_IT_GameFiles[] = {
+	{ "game22",		GAME_BASEFILE,	"80576f2e1ed4c912b63921fe77af313e"},
+	{ "tbllist",		GAME_TBLFILE,	"0bbfee8e69739111eb36b0d138da8ddf"},
+};
+
 static GameFileDescription FEEBLEFILES_ES_GameFiles[] = {
 	{ "game22",		GAME_BASEFILE,	"71d7d2d5e479b053c5a9757f1702c9c3"},
 	{ "tbllist",		GAME_TBLFILE,	"0bbfee8e69739111eb36b0d138da8ddf"},
@@ -1266,6 +1271,19 @@
 		Common::kPlatformWindows,
 	},
 
+	// The Feeble Files - Italian Windows 4CD
+	{
+		"feeble",
+		GType_FF,
+		GID_FEEBLEFILES_IT,
+		"4CD",
+		ARRAYSIZE(FEEBLEFILES_IT_GameFiles),
+		FEEBLEFILES_IT_GameFiles,
+		GF_OLD_BUNDLE | GF_TALKIE,
+		Common::IT_ITA,
+		Common::kPlatformWindows,
+	},
+
 	// The Feeble Files - Spanish Windows 4CD
 	{
 		"feeble",
@@ -1278,7 +1296,6 @@
 		Common::ES_ESP,
 		Common::kPlatformWindows,
 	},
-
 };
 
 DetectedGame toDetectedGame(const GameDescription &g) {

Modified: scummvm/trunk/engines/simon/intern.h
===================================================================
--- scummvm/trunk/engines/simon/intern.h	2006-06-24 10:05:09 UTC (rev 23280)
+++ scummvm/trunk/engines/simon/intern.h	2006-06-24 10:08:46 UTC (rev 23281)
@@ -228,6 +228,7 @@
 	GID_FEEBLEFILES_2CD,
 	GID_FEEBLEFILES_4CD,
 	GID_FEEBLEFILES_DE,
+	GID_FEEBLEFILES_IT,
 	GID_FEEBLEFILES_ES
 };
 


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