aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2003-12-18 10:48:48 +0000
committerTravis Howell2003-12-18 10:48:48 +0000
commit77bf6491cc01cde2cf3f3af7634c11628b55af02 (patch)
tree3f975dd03dfb36bfa3343845e2043fdcafb8fbba /simon
parent1f4e54f93066b6ecd793b1a70cc6036530023a7f (diff)
downloadscummvm-rg350-77bf6491cc01cde2cf3f3af7634c11628b55af02.tar.gz
scummvm-rg350-77bf6491cc01cde2cf3f3af7634c11628b55af02.tar.bz2
scummvm-rg350-77bf6491cc01cde2cf3f3af7634c11628b55af02.zip
C&P typo.
svn-id: r11737
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index 918f12c0fd..2a993334ce 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -544,7 +544,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
_language = Common::parseLanguage(ConfMan.get("language"));
if (!(_game & GF_SIMON2) && _language > 1) {
- if (ConfMan.hasKey("_subtitles") && ConfMan.getBool("_subtitles") == 0)
+ if (ConfMan.hasKey("subtitles") && ConfMan.getBool("subtitles") == 0)
_subtitles = 0;
} else
_subtitles = ConfMan.getBool("subtitles");