this should fix the last warnings in g_main.c

last warn count game: 9844
This commit is contained in:
Walter Julius Hennecke 2013-05-25 00:25:50 +02:00
parent c6fbc2146e
commit e81776bbd2

View file

@ -22,7 +22,7 @@ int group_count;
int numKilled;
typedef struct {
/*@shared@*/ vmCvar_t *vmCvar;
/*@shared@*/ /*@null@*/ vmCvar_t *vmCvar;
char* cvarName;
char* defaultString;
int cvarFlags;