diff options
-rw-r--r-- | engines/lure/detection.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp index abc766e263..be62b5b480 100644 --- a/engines/lure/detection.cpp +++ b/engines/lure/detection.cpp @@ -67,15 +67,17 @@ static const PlainGameDescriptor lureGames[] = { #define GAMEOPTION_TTS_NARRATOR GUIO_GAMEOPTIONS1 static const ADExtraGuiOptionsMap optionsList[] = { - - GAMEOPTION_TTS_NARRATOR, + { + GAMEOPTION_TTS_NARRATOR, { _s("TTS Narrator"), _s("Use TTS to read the descriptions (if TTS is available)"), "tts_narrator", false } + }, + AD_EXTRA_GUI_OPTIONS_TERMINATOR }; #endif |