Chase_Init() is also called from QW now; Ñhasecam in QW may be unfinished (why?), but at least it doesn't crash now!

This commit is contained in:
Anton E. Gavrilov 2000-03-27 16:08:37 +00:00
parent a19108fc80
commit 67226cd9ee

View file

@ -553,6 +553,7 @@ Host_Init (quakeparms_t *parms)
Cmd_Init ();
Cvar_Init ();
V_Init ();
Chase_Init ();
#ifdef QUAKEWORLD
COM_Init ();
@ -560,7 +561,6 @@ Host_Init (quakeparms_t *parms)
NET_Init (PORT_CLIENT);
Netchan_Init ();
#elif UQUAKE
Chase_Init ();
Host_InitVCR (parms);
COM_Init ();