[Scummvm-cvs-logs] scummvm master -> 2817e380079b43be67aad3176369a59963dc6ad4
Strangerke
Strangerke at scummvm.org
Sun Feb 2 11:20:41 CET 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2817e38007 HOPKINS: Fix bug #6511 - Add detection to Polish full version of the game
Commit: 2817e380079b43be67aad3176369a59963dc6ad4
https://github.com/scummvm/scummvm/commit/2817e380079b43be67aad3176369a59963dc6ad4
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-02T02:19:23-08:00
Commit Message:
HOPKINS: Fix bug #6511 - Add detection to Polish full version of the game
Changed paths:
engines/hopkins/detection_tables.h
diff --git a/engines/hopkins/detection_tables.h b/engines/hopkins/detection_tables.h
index c3ff563..00fee57 100644
--- a/engines/hopkins/detection_tables.h
+++ b/engines/hopkins/detection_tables.h
@@ -161,6 +161,22 @@ static const HopkinsGameDescription gameDescriptions[] = {
},
{
+ // Hopkins FBI Win95 Polish, provided by Paput in bug #6511
+ {
+ "hopkins",
+ 0,
+ {
+ {"RES_VAN.RES", 0, "f2fec5172e4a7a9d35cb2a5f948ef6a9", 39400865},
+ AD_LISTEND
+ },
+ Common::PL_POL,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ },
+
+ {
// Hopkins FBI Win95 Demo, provided by Strangerke
// CHECKME: No voice! a second file is required though... Also, it has multi-language support
{
More information about the Scummvm-git-logs
mailing list