aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection_tables.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-14 11:53:12 +0000
committerMartin Kiewitz2010-07-14 11:53:12 +0000
commitf456b7cfa242994e156009210102358b66cff9e5 (patch)
tree70bd2cb8c53a27dc87038d539c805a4ea42dbfef /engines/sci/detection_tables.h
parentede8fead945ea2901d6e812d4d6a8e44b4677c55 (diff)
downloadscummvm-rg350-f456b7cfa242994e156009210102358b66cff9e5.tar.gz
scummvm-rg350-f456b7cfa242994e156009210102358b66cff9e5.tar.bz2
scummvm-rg350-f456b7cfa242994e156009210102358b66cff9e5.zip
SCI: separating qfg1ega and qfg1vga gameids
svn-id: r50881
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r--engines/sci/detection_tables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index aa1e26e0f4..12705f2fa8 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2252,7 +2252,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
// Quest for Glory 1 VGA Remake - English DOS
// Executable scanning reports "2.000.411"
- {"qfg1", "VGA Remake", {
+ {"qfg1vga", "VGA Remake", {
{"resource.map", 0, "a731fb6c9c0b282443f7027bc8694d4c", 8469},
{"resource.000", 0, "ecace1a2771846b1a8aa1afdd44111a0", 6570147},
{NULL, 0, NULL, 0}},
@@ -2261,7 +2261,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
// Quest for Glory 1 VGA Remake - English DOS Non-Interactive Demo (from FRG)
// SCI interpreter version 1.001.029
- {"qfg1", "VGA Remake, Demo", {
+ {"qfg1vga", "VGA Remake, Demo", {
{"resource.map", 0, "ac0257051c95a59c0cdc0be24d9b11fa", 729},
{"resource.000", 0, "ec6f5cf369054dd3e5392995e9975b9e", 768218},
{NULL, 0, NULL, 0}},
@@ -2270,7 +2270,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
// Quest for Glory 1 VGA Remake - English Macintosh Floppy
// VERSION file reports "2.0"
- {"qfg1", "VGA Remake", {
+ {"qfg1vga", "VGA Remake", {
{"Data1", 0, "14f26bc75f24bb1ecc94532df17b5371", 1768155},
{"Data2", 0, "a7aee8bd46fc9cef7fd3bea93ef173e0", 6586422},
{NULL, 0, NULL, 0}},