[nq] Get intermission view working again

This is currently just the basic intermission view (not the finale view
or the deathmatch intermission view).
This commit is contained in:
Bill Currie 2022-11-03 17:49:05 +09:00
parent a07eccd5c7
commit bdbb8f1e0b
8 changed files with 110 additions and 56 deletions

View file

@ -1620,10 +1620,10 @@ draw_stuff (view_t *view)
draw_net (view);
}
#if 0
void
Sbar_IntermissionOverlay (void)
{
#if 0
r_data->scr_copyeverything = 1;
r_data->scr_fullupdate = 0;
@ -1631,8 +1631,8 @@ Sbar_IntermissionOverlay (void)
Sbar_TeamOverlay (hud_overlay_view);
else
Sbar_DeathmatchOverlay (hud_overlay_view, 0);
#endif
}
#endif
/* CENTER PRINTING */
static dstring_t center_string = {&dstring_default_mem};