diff options
-rw-r--r-- | engines/sci/detection_tables.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 91ce6785d7..d4e4a4f3c4 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -843,9 +843,8 @@ static const struct ADGameDescription SciGameDescriptions[] = { GUIO_NOLAUNCHLOAD, \ GUIO_NOASPECT, \ GAMEOPTION_HQ_VIDEO) -#define GUIO_GK2 GUIO8(GUIO_NOSUBTITLES, \ - GUIO_NOSFX, \ - GUIO_NOSPEECHVOLUME, \ +#define GUIO_GK2 GUIO7(GUIO_NOSUBTITLES, \ + GUIO_LINKSPEECHTOSFX, \ GUIO_NOMIDI, \ GUIO_NOASPECT, \ GAMEOPTION_ORIGINAL_SAVELOAD, \ |