mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
Correct comment
svn-id: r12299
This commit is contained in:
parent
2f82a5c573
commit
c27915b46d
@ -297,7 +297,7 @@ void Journal::handleNormalMode(int16 zoneNum, int x) {
|
||||
} else if (zoneNum == ZN_TEXT_TOGGLE) {
|
||||
_vm->subtitles(!_vm->subtitles());
|
||||
|
||||
// Ensure text is always on when voice is off
|
||||
// Ensure voice is always on when text is off
|
||||
if (!_vm->subtitles())
|
||||
_vm->sound()->speechToggle(true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user