move CL_Ents_Init to the right place

This commit is contained in:
Bill Currie 2001-01-08 07:31:59 +00:00
parent 3727753fde
commit e2f1f503ef

View file

@ -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 ();