This commit is contained in:
thrust26 2018-05-29 15:30:19 +02:00
commit 77bd416735
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(myMsg.surface == NULL || !(force || myOSystem.settings().getBool("uimessages")))
if(myMsg.surface == nullptr || !(force || myOSystem.settings().getBool("uimessages")))
return;
// Precompute the message coordinates