diff options
author | Filippos Karapetis | 2012-10-22 12:25:52 +0300 |
---|---|---|
committer | Filippos Karapetis | 2012-10-22 12:25:52 +0300 |
commit | 81c9bcc01004f05650aa500a5d798c3fcf88dbc1 (patch) | |
tree | a4e100c0f6d95476a7a5b71e00317b6d97508d93 | |
parent | 146d00a799f425a0871709bdf75557a0d7be9424 (diff) | |
download | scummvm-rg350-81c9bcc01004f05650aa500a5d798c3fcf88dbc1.tar.gz scummvm-rg350-81c9bcc01004f05650aa500a5d798c3fcf88dbc1.tar.bz2 scummvm-rg350-81c9bcc01004f05650aa500a5d798c3fcf88dbc1.zip |
SCI: Fix bug #3578336 - "SCI: Codename: ICEMAN - No 'EGA undithering' option"
-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 1e9ae51c72..a376af78fe 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -278,7 +278,7 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.006", 0, "08050329aa113a9f14ed99cbfe3536ec", 232942}, {"resource.007", 0, "64f342463f6f35ba71b3509ef696ae3f", 267702}, AD_LISTEND}, - Common::EN_ANY, Common::kPlatformPC, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, // Conquests of Camelot - English Amiga (from www.back2roots.org) // Executable scanning reports "1.002.030" |