GRIM: Draw the subtitles even if "background" is true.

This commit is contained in:
Giulio Camuffo 2011-07-26 16:33:36 +02:00
parent 341658ec87
commit ceb9ddb199

View File

@ -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);