mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +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 ();
|
//Sbar_SoloScoreboard ();
|
||||||
//if (cl.gametype == GAME_DEATHMATCH)
|
//if (cl.gametype == GAME_DEATHMATCH)
|
||||||
// Sbar_DeathmatchOverlay (0);
|
// Sbar_DeathmatchOverlay (overlay_view);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -1176,7 +1176,7 @@ Sbar_IntermissionOverlay (void)
|
||||||
scr_fullupdate = 0;
|
scr_fullupdate = 0;
|
||||||
|
|
||||||
if (cl.gametype == GAME_DEATHMATCH) {
|
if (cl.gametype == GAME_DEATHMATCH) {
|
||||||
Sbar_DeathmatchOverlay (0);
|
Sbar_DeathmatchOverlay (overlay_view);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
draw_intermission (overlay_view);
|
draw_intermission (overlay_view);
|
||||||
|
|
Loading…
Reference in a new issue