aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection_tables.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-06-21 19:07:41 +0000
committerMatthew Hoops2010-06-21 19:07:41 +0000
commit0ab7a16e452f5244d37dc0426f62b5b05d12f032 (patch)
tree46d02e68f5e6f57e208d8716d795889c1d2cb2a7 /engines/sci/detection_tables.h
parent9ecbffe11aee736c0a3783358fb2640b0d6f5237 (diff)
downloadscummvm-rg350-0ab7a16e452f5244d37dc0426f62b5b05d12f032.tar.gz
scummvm-rg350-0ab7a16e452f5244d37dc0426f62b5b05d12f032.tar.bz2
scummvm-rg350-0ab7a16e452f5244d37dc0426f62b5b05d12f032.zip
Fix the Hoyle 4 (Hoyle Classic) demo's top offset. It currently errors out later from lacking a selector (static selector problem).
svn-id: r50118
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r--engines/sci/detection_tables.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 2ac76578fe..bad7ccc5c3 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -753,7 +753,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH },
// Hoyle 4 - English DOS Demo
+ {"hoyle4", "Demo", {
+ {"resource.map", 0, "60f764020a6b788bbbe415dbc2ccb9f3", 931},
+ {"resource.000", 0, "5fe3670e3ddcd4f85c10013b5453141a", 615522},
+ {NULL, 0, NULL, 0}},
+ Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH },
+
+ // Hoyle 4 - English DOS Demo
// SCI interpreter version 1.001.200 (just a guess)
+ // Does anyone have this version? -clone2727
{"hoyle4", "Demo", {
{"resource.map", 0, "662087cb383e52e3cc4ae7ecb10e20aa", 938},
{"resource.000", 0, "24c10844792c54d476d272213cbac300", 675252},