From b4cfea4e4da91a09c18f439a9b9d0de0df681ab0 Mon Sep 17 00:00:00 2001 From: Major Cooke Date: Sun, 23 Jun 2019 06:35:32 -0500 Subject: [PATCH] Re-ordered drawing a little. --- src/g_statusbar/shared_sbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_statusbar/shared_sbar.cpp b/src/g_statusbar/shared_sbar.cpp index 7bd1f48b1..539b32464 100644 --- a/src/g_statusbar/shared_sbar.cpp +++ b/src/g_statusbar/shared_sbar.cpp @@ -1296,8 +1296,8 @@ void DBaseStatusBar::SetMugShotState(const char *stateName, bool waitTillDone, b void DBaseStatusBar::DrawBottomStuff (EHudState state) { - DrawMessages (HUDMSGLayer_UnderHUD, (state == HUD_StatusBar) ? GetTopOfStatusbar() : SCREENHEIGHT); primaryLevel->localEventManager->RenderUnderlay(state); + DrawMessages (HUDMSGLayer_UnderHUD, (state == HUD_StatusBar) ? GetTopOfStatusbar() : SCREENHEIGHT); } //---------------------------------------------------------------------------