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:
parent
af275580ec
commit
5978a4a12a
1 changed files with 1 additions and 1 deletions
|
@ -2078,7 +2078,7 @@ ping time frags name
|
||||||
#define COLUMN_PL COLUMN(pl, 2*8, \
|
#define COLUMN_PL COLUMN(pl, 2*8, \
|
||||||
{ \
|
{ \
|
||||||
int p = s->pl; \
|
int p = s->pl; \
|
||||||
sprintf(num, "%3i", p); \
|
sprintf(num, "%2i", p); \
|
||||||
Draw_FunString(x, y, num); \
|
Draw_FunString(x, y, num); \
|
||||||
})
|
})
|
||||||
#define COLUMN_TIME COLUMN(time, 4*8, \
|
#define COLUMN_TIME COLUMN(time, 4*8, \
|
||||||
|
|
Loading…
Reference in a new issue