mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
[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:
parent
a07eccd5c7
commit
bdbb8f1e0b
8 changed files with 110 additions and 56 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue