mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 22:51:37 +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 ();
|
||||
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 ();
|
||||
|
|
Loading…
Reference in a new issue