- reimplemented the position display, but changed its position a bit upward.

- activated the RenderOverlay event, now that it can be called from the correct spot, i.e. right after the top level HUD messages are drawn. The system's status output will still be drawn on top of them.
This commit is contained in:
Christoph Oelckers 2017-03-29 23:51:53 +02:00
commit 1dcc017daf
6 changed files with 38 additions and 50 deletions

View file

@ -900,7 +900,6 @@ 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 ();