mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-22 20:11:25 +00:00
fix
this should fix the last warnings in g_main.c last warn count game: 9844
This commit is contained in:
parent
c6fbc2146e
commit
e81776bbd2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ int group_count;
|
||||||
int numKilled;
|
int numKilled;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/*@shared@*/ vmCvar_t *vmCvar;
|
/*@shared@*/ /*@null@*/ vmCvar_t *vmCvar;
|
||||||
char* cvarName;
|
char* cvarName;
|
||||||
char* defaultString;
|
char* defaultString;
|
||||||
int cvarFlags;
|
int cvarFlags;
|
||||||
|
|
Loading…
Reference in a new issue