mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 21:55:27 +00:00
GRIM: Draw the subtitles even if "background" is true.
This commit is contained in:
parent
341658ec87
commit
ceb9ddb199
@ -891,7 +891,7 @@ void Actor::sayLine(const char *msgId, bool background) {
|
||||
|
||||
if (msg[0] != 0) {
|
||||
GrimEngine::SpeechMode m = g_grim->getSpeechMode();
|
||||
if (!g_grim->_sayLineDefaults.getFont() || m == GrimEngine::VoiceOnly || background)
|
||||
if (!g_grim->_sayLineDefaults.getFont() || m == GrimEngine::VoiceOnly)
|
||||
return;
|
||||
|
||||
TextObject *textObject = new TextObject(false, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user