replaced wrong naming for global variable
This commit is contained in:
parent
f2ed8fe3e6
commit
f19e4e9e7f
5 changed files with 13 additions and 13 deletions
|
|
@ -73,7 +73,7 @@ enginefuncs_t g_engfuncs;
|
|||
Client g_clients[32];
|
||||
WeaponProperty g_weaponDefs[MAX_WEAPONS + 1];
|
||||
|
||||
edict_t *g_worldEdict = NULL;
|
||||
edict_t *g_worldEntity = NULL;
|
||||
edict_t *g_hostEntity = NULL;
|
||||
globalvars_t *g_pGlobals = NULL;
|
||||
Experience *g_experienceData = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue