Fix warning
This commit is contained in:
parent
70e3d61006
commit
4756826521
1 changed files with 1 additions and 1 deletions
|
@ -2297,7 +2297,7 @@ CG_DrawProxWarning
|
||||||
static void CG_DrawProxWarning( void ) {
|
static void CG_DrawProxWarning( void ) {
|
||||||
char s [32];
|
char s [32];
|
||||||
int w;
|
int w;
|
||||||
static int proxTime;
|
static float proxTime;
|
||||||
static int proxCounter;
|
static int proxCounter;
|
||||||
static int proxTick;
|
static int proxTick;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue