Re-ordered drawing a little.

# Conflicts:
#	src/g_statusbar/shared_sbar.cpp
This commit is contained in:
Major Cooke 2019-06-23 06:35:32 -05:00 committed by drfrag
parent dfe8f19dd5
commit e332d405f6

View file

@ -1161,8 +1161,8 @@ void DBaseStatusBar::SetMugShotState(const char *stateName, bool waitTillDone, b
void DBaseStatusBar::DrawBottomStuff (EHudState state)
{
DrawMessages (HUDMSGLayer_UnderHUD, (state == HUD_StatusBar) ? GetTopOfStatusbar() : SCREENHEIGHT);
E_RenderUnderlay(state);
DrawMessages (HUDMSGLayer_UnderHUD, (state == HUD_StatusBar) ? GetTopOfStatusbar() : SCREENHEIGHT);
}
//---------------------------------------------------------------------------