mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
Fix a gcc warning in cl_ngraph.c
This commit is contained in:
parent
62f57f5f2a
commit
954b2148f7
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ CL_NetGraph (void)
|
|||
int lost;
|
||||
char st[80];
|
||||
|
||||
a = 0; // shut up gcc
|
||||
|
||||
x = cl_hudswap->int_val ? vid.width - (NET_TIMINGS + 16): 0;
|
||||
y = vid.height - sb_lines - 24 - r_graphheight->int_val - 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue