Implemented RenderOverlay hook that executes directly after level and statusbar

This commit is contained in:
ZZYZX 2017-02-03 13:29:17 +02:00
commit 0d96517f5f
4 changed files with 21 additions and 0 deletions

View file

@ -900,6 +900,8 @@ void D_Display ()
{
NetUpdate (); // send out any new accumulation
// normal update
// draw ZScript UI stuff
E_RenderOverlay();
C_DrawConsole (hw2d); // draw console
M_Drawer (); // menu is drawn even on top of everything
FStat::PrintStat ();