[Scummvm-cvs-logs] scummvm master -> 24595ede3b5d99e315f0d1dd05d85752f6553a05

DrMcCoy drmccoy at drmccoy.de
Tue Jul 8 21:04:45 CEST 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:
24595ede3b GOB: Remove duplicate entries for Ween DOS


Commit: 24595ede3b5d99e315f0d1dd05d85752f6553a05
    https://github.com/scummvm/scummvm/commit/24595ede3b5d99e315f0d1dd05d85752f6553a05
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2014-07-08T21:03:47+02:00

Commit Message:
GOB: Remove duplicate entries for Ween DOS

Seems like that happened when I sorted them by platform
after splitting up the big detection table in 07b17f711.

This fixes bug #6676.

Changed paths:
    engines/gob/detection/tables_ween.h



diff --git a/engines/gob/detection/tables_ween.h b/engines/gob/detection/tables_ween.h
index 66a83af..bf65685 100644
--- a/engines/gob/detection/tables_ween.h
+++ b/engines/gob/detection/tables_ween.h
@@ -228,93 +228,6 @@
 	0, 0, 0
 },
 
-// -- DOS VGA Floppy --
-
-{
-	{
-		"ween",
-		"",
-		AD_ENTRY1("intro.stk", "2bb8878a8042244dd2b96ff682381baa"),
-		EN_GRB,
-		kPlatformDOS,
-		ADGF_NO_FLAGS,
-		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
-	},
-	kGameTypeWeen,
-	kFeaturesAdLib,
-	0, 0, 0
-},
-{
-	{
-		"ween",
-		"",
-		AD_ENTRY1s("intro.stk", "de92e5c6a8c163007ffceebef6e67f7d", 7117568),
-		EN_USA,
-		kPlatformDOS,
-		ADGF_NO_FLAGS,
-		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
-	},
-	kGameTypeWeen,
-	kFeaturesAdLib,
-	0, 0, 0
-},
-{ // Supplied by cybot_tmin in bug report #1667743
-	{
-		"ween",
-		"",
-		AD_ENTRY1s("intro.stk", "6d60f9205ecfbd8735da2ee7823a70dc", 7014426),
-		ES_ESP,
-		kPlatformDOS,
-		ADGF_NO_FLAGS,
-		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
-	},
-	kGameTypeWeen,
-	kFeaturesAdLib,
-	0, 0, 0
-},
-{
-	{
-		"ween",
-		"",
-		AD_ENTRY1("intro.stk", "4b10525a3782aa7ecd9d833b5c1d308b"),
-		FR_FRA,
-		kPlatformDOS,
-		ADGF_NO_FLAGS,
-		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
-	},
-	kGameTypeWeen,
-	kFeaturesAdLib,
-	0, 0, 0
-},
-{ // Supplied by cartman_ on #scummvm
-	{
-		"ween",
-		"",
-		AD_ENTRY1("intro.stk", "63170e71f04faba88673b3f510f9c4c8"),
-		DE_DEU,
-		kPlatformDOS,
-		ADGF_NO_FLAGS,
-		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
-	},
-	kGameTypeWeen,
-	kFeaturesAdLib,
-	0, 0, 0
-},
-{ // Supplied by glorfindel in bugreport #1722142
-	{
-		"ween",
-		"",
-		AD_ENTRY1s("intro.stk", "8b57cd510da8a3bbd99e3a0297a8ebd1", 7018771),
-		IT_ITA,
-		kPlatformDOS,
-		ADGF_NO_FLAGS,
-		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
-	},
-	kGameTypeWeen,
-	kFeaturesAdLib,
-	0, 0, 0
-},
-
 // -- Demos --
 
 {






More information about the Scummvm-git-logs mailing list