aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-11-16 07:08:38 +0000
committerTravis Howell2005-11-16 07:08:38 +0000
commit949c8b32a0cbbf60023214c90e633ec53195dd43 (patch)
treefb735eb052589a1373a713c15aaff53ae8c93f83 /scumm
parentea8034865f4d6c38fc56173981e3946e172a03a2 (diff)
downloadscummvm-rg350-949c8b32a0cbbf60023214c90e633ec53195dd43.tar.gz
scummvm-rg350-949c8b32a0cbbf60023214c90e633ec53195dd43.tar.bz2
scummvm-rg350-949c8b32a0cbbf60023214c90e633ec53195dd43.zip
Still no subtitles in HE70/71 too.
svn-id: r19614
Diffstat (limited to 'scumm')
-rw-r--r--scumm/vars.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/vars.cpp b/scumm/vars.cpp
index 69ed3c7cee..120bd4fb2a 100644
--- a/scumm/vars.cpp
+++ b/scumm/vars.cpp
@@ -179,9 +179,7 @@ void ScummEngine_v6::setupScummVars() {
VAR_ROOM_WIDTH = 41;
VAR_ROOM_HEIGHT = 54;
- if (_heversion >= 70) {
- VAR_SUBTITLES = 60;
- } else if (_heversion >= 60) {
+ if (_heversion >= 60) {
VAR_NOSUBTITLES = 60;
} else {
VAR_VOICE_MODE = 60; // 0 is voice, 1 is voice+text, 2 is text only