replaced wrong naming for global variable
This commit is contained in:
parent
f2ed8fe3e6
commit
f19e4e9e7f
5 changed files with 13 additions and 13 deletions
|
|
@ -956,7 +956,7 @@ int Spawn (edict_t *ent)
|
|||
|
||||
if (strcmp (STRING (ent->v.classname), "worldspawn") == 0)
|
||||
{
|
||||
g_worldEdict = ent; // save the world entity for future use
|
||||
g_worldEntity = ent; // save the world entity for future use
|
||||
|
||||
g_convarWrapper->PushRegisteredConVarsToEngine (true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue