diff options
author | Filippos Karapetis | 2010-08-20 18:43:00 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-08-20 18:43:00 +0000 |
commit | 45f1a5d4506f4d0d4c2564614e0e6e209fba08ae (patch) | |
tree | 2590852a8f396551456d14e0d25a7b14d3c1cf5f | |
parent | 3d913042c0a3dda52028b7b56b0a3fddbc0db5fc (diff) | |
download | scummvm-rg350-45f1a5d4506f4d0d4c2564614e0e6e209fba08ae.tar.gz scummvm-rg350-45f1a5d4506f4d0d4c2564614e0e6e209fba08ae.tar.bz2 scummvm-rg350-45f1a5d4506f4d0d4c2564614e0e6e209fba08ae.zip |
Fixed bug #3049361 - "Hoyle4: Game is falsely detected as DEMO"
svn-id: r52236
-rw-r--r-- | engines/sci/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index b7fc1694cd..72ca0380af 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -822,7 +822,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { // Hoyle 4 (Hoyle Classic Card Games) - English DOS/Win // SCI1.1 // Supplied by abevi in bug report #3039291 - {"hoyle4", "Demo", { + {"hoyle4", "", { {"resource.map", 0, "2b577c975cc8d8d43f61b6a756129fe3", 4352}, {"resource.000", 0, "43e2c15ce436aab611a462ad0603e12d", 2000132}, AD_LISTEND}, |