diff --git a/engine/client/sbar.c b/engine/client/sbar.c index fbfa2c49e..56147f144 100644 --- a/engine/client/sbar.c +++ b/engine/client/sbar.c @@ -2047,7 +2047,6 @@ void Sbar_DeathmatchOverlay (int start) void Sbar_ChatModeOverlay(void) { int start =0; - mpic_t *pic; int i, k, l; int top, bottom; int x, y; @@ -2068,11 +2067,6 @@ void Sbar_ChatModeOverlay(void) scr_copyeverything = 1; scr_fullupdate = 0; - if (!start) { - pic = Draw_CachePic ("gfx/ranking.lmp"); - Draw_Pic (160-pic->width/2, 0, pic); - } - // scores Sbar_SortFrags (true);