This commit is contained in:
thrust26 2018-05-27 14:31:02 +02:00
parent 5da17e892a
commit f726ad0206
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ void FrameBuffer::showMessage(const string& message, MessagePosition position,
bool force)
{
// Only show messages if they've been enabled
if(!(force || myOSystem.settings().getBool("uimessages")))
if(myMsg.surface == NULL || !(force || myOSystem.settings().getBool("uimessages")))
return;
// Precompute the message coordinates