mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +00:00
make sure the baselines always point to entities
This commit is contained in:
parent
37c5bb6ec6
commit
7e4979e908
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue