[Scummvm-cvs-logs] SF.net SVN: scummvm:[35329] scummvm/trunk/engines/agos/detection_tables.h
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Sat Dec 13 08:05:18 CET 2008
Revision: 35329
http://scummvm.svn.sourceforge.net/scummvm/?rev=35329&view=rev
Author: Kirben
Date: 2008-12-13 07:05:18 +0000 (Sat, 13 Dec 2008)
Log Message:
-----------
Add Polish 2CD version of The Feeble Files.
Modified Paths:
--------------
scummvm/trunk/engines/agos/detection_tables.h
Modified: scummvm/trunk/engines/agos/detection_tables.h
===================================================================
--- scummvm/trunk/engines/agos/detection_tables.h 2008-12-13 04:55:54 UTC (rev 35328)
+++ scummvm/trunk/engines/agos/detection_tables.h 2008-12-13 07:05:18 UTC (rev 35329)
@@ -2222,6 +2222,28 @@
GF_OLD_BUNDLE | GF_TALKIE
},
+ // The Feeble Files - Polish Windows 2CD
+ {
+ {
+ "feeble",
+ "2CD",
+
+ {
+ { "game22", GAME_BASEFILE, "629762ea9ca9ee9ff85f4774d219f5c7", -1},
+ { "save.999", GAME_RESTFILE, "71512fc98501a8071a26b683a31dde78", -1},
+ { "tbllist", GAME_TBLFILE, "0bbfee8e69739111eb36b0d138da8ddf", -1},
+ { NULL, 0, NULL, 0}
+ },
+ Common::PL_POL,
+ Common::kPlatformWindows,
+ Common::ADGF_NO_FLAGS
+ },
+
+ GType_FF,
+ GID_FEEBLEFILES,
+ GF_OLD_BUNDLE | GF_TALKIE
+ },
+
// The Feeble Files - Spanish Windows 4CD
{
{
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