mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
SCUMM: Fix regression in demo versions of The Dig.
This commit is contained in:
parent
a78b2c867d
commit
394d4623be
@ -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)},
|
||||
|
Loading…
x
Reference in New Issue
Block a user