Attempt to fix a duplicate symbol.

Prevents compiling on Mac OS X
This commit is contained in:
sago007
2018-06-16 17:10:08 +02:00
parent 1e47ea5264
commit 7b621b7f01
2 changed files with 5 additions and 2 deletions

View File

@@ -1447,3 +1447,6 @@ char *Com_SkipTokens( char *s, int numTokens, char *sep )
else
return s;
}
int vresWidth;
int vresHeight;

View File

@@ -1403,8 +1403,8 @@ typedef enum _flag_status {
// leilei - virtual res
int vresWidth;
int vresHeight;
extern int vresWidth;
extern int vresHeight;
#define MAX_GLOBAL_SERVERS 4096
#define MAX_OTHER_SERVERS 128