[Scummvm-tracker] [ScummVM :: Bugs] #15457: KQ7: Odd behavior for disabling subtitles

ScummVM :: Bugs trac at scummvm.org
Mon Nov 4 08:45:58 UTC 2024


#15457: KQ7: Odd behavior for disabling subtitles
-----------------------+-----------------------------
Reporter:  antoniou79  |       Owner:  (none)
    Type:  defect      |      Status:  new
Priority:  normal      |   Component:  Engine: SCI
 Version:              |  Resolution:
Keywords:              |        Game:  King's Quest 7
-----------------------+-----------------------------
Comment (by eriktorbjorn):

 There seems to be something wrong with this part of
 `OptionsDialog::apply()`:

 {{{
 if (subtitles != ConfMan.getBool("subtitles", _domain)) {
         ConfMan.setBool("subtitles", subtitles, _domain);
 _subToggleDesc->setFontColor(ThemeEngine::FontColor::kFontColorNormal);
 }
 }}}

 You've changed the `"subtitles"` setting to `false`, but it's already
 `false` by default for this game so it doesn't see fit to write the
 setting to the file? Something like that, anyway?
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15457#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list