mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-13 11:43:29 +00:00
move CL_Ents_Init to the right place
This commit is contained in:
parent
3727753fde
commit
e2f1f503ef
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,6 @@ CL_ClearState (void)
|
||||||
if (host_hunklevel) // FIXME: check this...
|
if (host_hunklevel) // FIXME: check this...
|
||||||
Hunk_FreeToLowMark (host_hunklevel);
|
Hunk_FreeToLowMark (host_hunklevel);
|
||||||
|
|
||||||
CL_Ents_Init ();
|
|
||||||
CL_ClearEnts ();
|
CL_ClearEnts ();
|
||||||
CL_ClearTEnts ();
|
CL_ClearTEnts ();
|
||||||
|
|
||||||
|
@ -1222,6 +1221,7 @@ CL_Init (void)
|
||||||
MAX_INFO_STRING);
|
MAX_INFO_STRING);
|
||||||
|
|
||||||
CL_Input_Init ();
|
CL_Input_Init ();
|
||||||
|
CL_Ents_Init ();
|
||||||
CL_TEnts_Init ();
|
CL_TEnts_Init ();
|
||||||
Pmove_Init ();
|
Pmove_Init ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue