mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
Still no subtitles in HE70/71 too.
svn-id: r19614
This commit is contained in:
parent
ea8034865f
commit
949c8b32a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user