diff options
author | Kirben | 2014-09-19 08:52:15 +1000 |
---|---|---|
committer | Kirben | 2014-09-19 08:52:15 +1000 |
commit | 394d4623be6cddb4158021d1093f86d90e73e962 (patch) | |
tree | 47998172550b400ef8c1348f1f3c15be9af6f31b /engines | |
parent | a78b2c867d2ad9ea3370c516f3dbc586542e56d9 (diff) | |
download | scummvm-rg350-394d4623be6cddb4158021d1093f86d90e73e962.tar.gz scummvm-rg350-394d4623be6cddb4158021d1093f86d90e73e962.tar.bz2 scummvm-rg350-394d4623be6cddb4158021d1093f86d90e73e962.zip |
SCUMM: Fix regression in demo versions of The Dig.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index ae334c201c..33f6b2439b 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -262,7 +262,7 @@ static const GameSettings gameVariantsTable[] = { #ifdef ENABLE_SCUMM_7_8 {"ft", 0, 0, GID_FT, 7, 0, MDT_NONE, 0, UNK, GUIO1(GUIO_NOMIDI)}, - {"dig", "", 0, GID_DIG, 7, 0, MDT_NONE, 0, UNK, GUIO1(GUIO_NOMIDI)}, + {"dig", 0, 0, GID_DIG, 7, 0, MDT_NONE, 0, UNK, GUIO1(GUIO_NOMIDI)}, {"dig", "Steam", "steam", GID_DIG, 7, 0, MDT_NONE, 0, UNK, GUIO1(GUIO_NOMIDI)}, {"comi", 0, 0, GID_CMI, 8, 0, MDT_NONE, 0, Common::kPlatformWindows, GUIO2(GUIO_NOMIDI, GUIO_NOASPECT)}, |