mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 17:00:53 +00:00
...
This commit is contained in:
parent
19b9d0669c
commit
524a5a4bde
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ typedef struct {
|
|||
qboolean trackChange; // track this variable, and announce if changed
|
||||
} cvarTable_t;
|
||||
|
||||
/*@shared@*/ gentity_t g_entities[MAX_GENTITIES];
|
||||
gentity_t g_entities[MAX_GENTITIES];
|
||||
static gclient_t g_clients[MAX_CLIENTS];
|
||||
|
||||
rankNames_t g_rankNames[MAX_RANKS];
|
||||
|
|
Loading…
Reference in a new issue