mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 13:21:04 +00:00
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:
parent
a19108fc80
commit
67226cd9ee
1 changed files with 1 additions and 1 deletions
|
@ -553,6 +553,7 @@ Host_Init (quakeparms_t *parms)
|
||||||
Cmd_Init ();
|
Cmd_Init ();
|
||||||
Cvar_Init ();
|
Cvar_Init ();
|
||||||
V_Init ();
|
V_Init ();
|
||||||
|
Chase_Init ();
|
||||||
|
|
||||||
#ifdef QUAKEWORLD
|
#ifdef QUAKEWORLD
|
||||||
COM_Init ();
|
COM_Init ();
|
||||||
|
@ -560,7 +561,6 @@ Host_Init (quakeparms_t *parms)
|
||||||
NET_Init (PORT_CLIENT);
|
NET_Init (PORT_CLIENT);
|
||||||
Netchan_Init ();
|
Netchan_Init ();
|
||||||
#elif UQUAKE
|
#elif UQUAKE
|
||||||
Chase_Init ();
|
|
||||||
Host_InitVCR (parms);
|
Host_InitVCR (parms);
|
||||||
|
|
||||||
COM_Init ();
|
COM_Init ();
|
||||||
|
|
Loading…
Reference in a new issue