mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-22 03:51:16 +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;
|
||||
|
||||
typedef struct {
|
||||
/*@shared@*/ vmCvar_t *vmCvar;
|
||||
/*@shared@*/ /*@null@*/ vmCvar_t *vmCvar;
|
||||
char* cvarName;
|
||||
char* defaultString;
|
||||
int cvarFlags;
|
||||
|
|
Loading…
Reference in a new issue