mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
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 ) {
|
||||
char s [32];
|
||||
int w;
|
||||
static int proxTime;
|
||||
static float proxTime;
|
||||
static int proxCounter;
|
||||
static int proxTick;
|
||||
|
||||
|
|
Loading…
Reference in a new issue