mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
wonder what I was smoking...
This commit is contained in:
parent
7ea30f3f87
commit
ad56a249f0
1 changed files with 2 additions and 2 deletions
|
@ -461,7 +461,7 @@ Sbar_DrawScoreboard (void)
|
|||
{
|
||||
//Sbar_SoloScoreboard ();
|
||||
//if (cl.gametype == GAME_DEATHMATCH)
|
||||
// Sbar_DeathmatchOverlay (0);
|
||||
// Sbar_DeathmatchOverlay (overlay_view);
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -1176,7 +1176,7 @@ Sbar_IntermissionOverlay (void)
|
|||
scr_fullupdate = 0;
|
||||
|
||||
if (cl.gametype == GAME_DEATHMATCH) {
|
||||
Sbar_DeathmatchOverlay (0);
|
||||
Sbar_DeathmatchOverlay (overlay_view);
|
||||
return;
|
||||
}
|
||||
draw_intermission (overlay_view);
|
||||
|
|
Loading…
Reference in a new issue