aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
diff options
context:
space:
mode:
authorMax Horn2003-12-21 14:02:12 +0000
committerMax Horn2003-12-21 14:02:12 +0000
commit585689a836055245749a08b4f69fd72078933615 (patch)
treed53f570bb8c93a85e8d3ee6ebe722368fde640da /scumm/dialogs.cpp
parent8f999c7266474ad99420568a81d2d7dd582a21f2 (diff)
downloadscummvm-rg350-585689a836055245749a08b4f69fd72078933615.tar.gz
scummvm-rg350-585689a836055245749a08b4f69fd72078933615.tar.bz2
scummvm-rg350-585689a836055245749a08b4f69fd72078933615.zip
yet another place were 'nosubtitles' wasn't properly changed to 'subtitles'
svn-id: r11809
Diffstat (limited to 'scumm/dialogs.cpp')
-rw-r--r--scumm/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp
index b8770596cf..a49470e600 100644
--- a/scumm/dialogs.cpp
+++ b/scumm/dialogs.cpp
@@ -486,7 +486,7 @@ void ConfigDialog::close() {
_scumm->_mixer->setMusicVolume(soundVolumeMusic);
// Subtitles?
- _scumm->_noSubtitles = ConfMan.getBool("nosubtitles");
+ _scumm->_noSubtitles = !ConfMan.getBool("subtitles");
}