Get rid of the rankings pic.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1387 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
493ddb6862
commit
fdf4e8c596
1 changed files with 0 additions and 6 deletions
|
@ -2047,7 +2047,6 @@ void Sbar_DeathmatchOverlay (int start)
|
||||||
void Sbar_ChatModeOverlay(void)
|
void Sbar_ChatModeOverlay(void)
|
||||||
{
|
{
|
||||||
int start =0;
|
int start =0;
|
||||||
mpic_t *pic;
|
|
||||||
int i, k, l;
|
int i, k, l;
|
||||||
int top, bottom;
|
int top, bottom;
|
||||||
int x, y;
|
int x, y;
|
||||||
|
@ -2068,11 +2067,6 @@ void Sbar_ChatModeOverlay(void)
|
||||||
scr_copyeverything = 1;
|
scr_copyeverything = 1;
|
||||||
scr_fullupdate = 0;
|
scr_fullupdate = 0;
|
||||||
|
|
||||||
if (!start) {
|
|
||||||
pic = Draw_CachePic ("gfx/ranking.lmp");
|
|
||||||
Draw_Pic (160-pic->width/2, 0, pic);
|
|
||||||
}
|
|
||||||
|
|
||||||
// scores
|
// scores
|
||||||
Sbar_SortFrags (true);
|
Sbar_SortFrags (true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue