Fix so that pl is not outside the table margins.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2602 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-08-20 06:24:39 +00:00
parent af275580ec
commit 5978a4a12a
1 changed files with 1 additions and 1 deletions

View File

@ -2078,7 +2078,7 @@ ping time frags name
#define COLUMN_PL COLUMN(pl, 2*8, \
{ \
int p = s->pl; \
sprintf(num, "%3i", p); \
sprintf(num, "%2i", p); \
Draw_FunString(x, y, num); \
})
#define COLUMN_TIME COLUMN(time, 4*8, \