From fdf4e8c5960912eccb003d286f06efe7cbac49d9 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 28 Sep 2005 23:31:58 +0000 Subject: [PATCH] Get rid of the rankings pic. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1387 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/sbar.c | 6 ------ 1 file changed, 6 deletions(-) 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);