make sure the baselines always point to entities

This commit is contained in:
Bill Currie 2002-12-11 22:09:23 +00:00
parent 37c5bb6ec6
commit 7e4979e908

View file

@ -754,6 +754,7 @@ CL_Init (void)
CL_InitInput ();
CL_TEnts_Init ();
CL_ClearState ();
Cmd_AddCommand ("entities", CL_PrintEntities_f, "No Description");
Cmd_AddCommand ("disconnect", CL_Disconnect_f, "No Description");