From e2f1f503eff4181bc4daa4785ab4a8e16ddfd2aa Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 8 Jan 2001 07:31:59 +0000 Subject: [PATCH] move CL_Ents_Init to the right place --- source/cl_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ();