mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix an init order oopsie. sorry about that, guys.
This commit is contained in:
parent
08c1d57c53
commit
d05e3c0afc
1 changed files with 2 additions and 2 deletions
|
@ -950,11 +950,11 @@ Host_Init (quakeparms_t *parms)
|
||||||
|
|
||||||
GIB_Init ();
|
GIB_Init ();
|
||||||
|
|
||||||
NET_Init ();
|
|
||||||
|
|
||||||
Host_InitVCR (parms);
|
Host_InitVCR (parms);
|
||||||
Host_InitLocal ();
|
Host_InitLocal ();
|
||||||
|
|
||||||
|
NET_Init ();
|
||||||
|
|
||||||
W_LoadWadFile ("gfx.wad");
|
W_LoadWadFile ("gfx.wad");
|
||||||
Key_Init ();
|
Key_Init ();
|
||||||
Mod_Init ();
|
Mod_Init ();
|
||||||
|
|
Loading…
Reference in a new issue