diff --git a/source/cl_main.c b/source/cl_main.c index aa133f5..eb8d7c5 100644 --- a/source/cl_main.c +++ b/source/cl_main.c @@ -441,7 +441,6 @@ CL_ClearState (void) if (host_hunklevel) // FIXME: check this... Hunk_FreeToLowMark (host_hunklevel); - CL_Ents_Init (); CL_ClearEnts (); CL_ClearTEnts (); @@ -1222,6 +1221,7 @@ CL_Init (void) MAX_INFO_STRING); CL_Input_Init (); + CL_Ents_Init (); CL_TEnts_Init (); Pmove_Init ();