[Scummvm-tracker] [ScummVM :: Bugs] #13151: When global setting is Speech, subtitles don't appear to games without speech
ScummVM :: Bugs
trac at scummvm.org
Fri Dec 10 09:05:58 UTC 2021
#13151: When global setting is Speech, subtitles don't appear to games without
speech
-------------------+---------------------
Reporter: orgads | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Common
Version: | Resolution:
Keywords: | Game:
-------------------+---------------------
Comment (by orgads):
Broke by https://github.com/scummvm/scummvm/pull/3420
scumm.cpp has this:
if (ConfMan.getBool("speech_mute") && !ConfMan.getBool("subtitles"))
ConfMan.setBool("subtitles", true);
But with this change, none of them is set, so subtitles are not enabled.
--
Ticket URL: <https://bugs.scummvm.org/ticket/13151#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list