[Scummvm-cvs-logs] scummvm master -> 546e2086e32c42602cede84c961bbacab75ebdb4
wjp
wjp at usecode.org
Tue Aug 7 21:07:10 CEST 2012
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:
546e2086e3 SCI: Remove duplicate detection entry
Commit: 546e2086e32c42602cede84c961bbacab75ebdb4
https://github.com/scummvm/scummvm/commit/546e2086e32c42602cede84c961bbacab75ebdb4
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2012-08-07T12:06:04-07:00
Commit Message:
SCI: Remove duplicate detection entry
There is no indication in the corresponding bug report this was for
an Amiga version.
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 10f89a9..b39dad1 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2799,7 +2799,6 @@ static const struct ADGameDescription SciGameDescriptions[] = {
Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
// Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy v1.102 Int#0.000.629 (suppled by digitoxin1 in bug report #3554611)
- // Note: Identical detection entry to English Amiga versions, so will trigger version choice dialog.
{"qfg1", "", {
{"resource.map", 0, "b162dbd4632250d4d83bed46d0783c10", 6396},
{"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 78800},
@@ -2911,17 +2910,6 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
- // Quest for Glory 1 (from abevi, bug report #2612718)
- {"qfg1", "", {
- {"resource.map", 0, "b162dbd4632250d4d83bed46d0783c10", 6396},
- {"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 78800},
- {"resource.001", 0, "a270012fa74445d74c044d1b65a9ff8c", 459835},
- {"resource.002", 0, "e64004e020fdf1813be52b639b08be89", 635561},
- {"resource.003", 0, "f0af87c60ec869946da442833aa5afa8", 640502},
- {"resource.004", 0, "f0af87c60ec869946da442833aa5afa8", 644575},
- AD_LISTEND},
- Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
-
// Quest for Glory 1 - English DOS
// SCI interpreter version 0.000.629
{"qfg1", "", {
More information about the Scummvm-git-logs
mailing list