Skip to content

Commit

Permalink
Added calls to Editor HUD drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 12, 2005
1 parent b4ee68a commit 2d50007
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doomsday/Src/net_main.c
Expand Up @@ -23,6 +23,8 @@
#include "de_misc.h"
#include "de_ui.h"

#include "rend_bias.h"

// MACROS ------------------------------------------------------------------

#define OBSOLETE CVF_NO_ARCHIVE|CVF_HIDE // Old ccmds.
Expand Down Expand Up @@ -803,6 +805,9 @@ void Net_Drawer(void)
if(players[i].ingame && clients[i].recording)
show_blink_r = true;

// Draw the Shadow Bias Editor HUD (if it is active).
SBE_DrawHUD();

if(!net_dev && !show_blink_r && !consoleShowFPS)
return;

Expand Down

0 comments on commit 2d50007

Please sign in to comment.