From f9726095d82fa1dc216bb3899f7253d282b94de1 Mon Sep 17 00:00:00 2001 From: elasota Date: Wed, 10 Aug 2022 19:17:22 -0400 Subject: [PATCH] MTROPOLIS: Fix wrong ID --- engines/mtropolis/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mtropolis/detection.cpp b/engines/mtropolis/detection.cpp index 0a634e96daf..42ab01bf7b3 100644 --- a/engines/mtropolis/detection.cpp +++ b/engines/mtropolis/detection.cpp @@ -82,7 +82,7 @@ static const ADExtraGuiOptionsMap optionsList[] = { } }, { - GAMEOPTION_SOUND_GAMEPLAY_SUBTITLES, + GAMEOPTION_SOUND_EFFECT_SUBTITLES, { _s("Enable subtitles for important sound effects"), _s("Enables subtitles for important sound effects. This may reduce the difficulty of sound recognition puzzles and minigames."),