[Scummvm-git-logs] scummvm master -> f9726095d82fa1dc216bb3899f7253d282b94de1
elasota
noreply at scummvm.org
Wed Aug 10 23:21:55 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f9726095d8 MTROPOLIS: Fix wrong ID
Commit: f9726095d82fa1dc216bb3899f7253d282b94de1
https://github.com/scummvm/scummvm/commit/f9726095d82fa1dc216bb3899f7253d282b94de1
Author: elasota (ejlasota at gmail.com)
Date: 2022-08-10T19:21:36-04:00
Commit Message:
MTROPOLIS: Fix wrong ID
Changed paths:
engines/mtropolis/detection.cpp
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."),
More information about the Scummvm-git-logs
mailing list