wonder what I was smoking...

This commit is contained in:
Bill Currie 2003-11-20 21:12:15 +00:00
parent 7ea30f3f87
commit ad56a249f0

View file

@ -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);