Implemented RenderOverlay hook that executes directly after level and statusbar
This commit is contained in:
parent
6a0103a746
commit
0d96517f5f
4 changed files with 21 additions and 0 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue