fix an init order oopsie. sorry about that, guys.

This commit is contained in:
Bill Currie 2002-01-17 19:10:07 +00:00
parent 08c1d57c53
commit d05e3c0afc
1 changed files with 2 additions and 2 deletions

View File

@ -950,11 +950,11 @@ Host_Init (quakeparms_t *parms)
GIB_Init ();
NET_Init ();
Host_InitVCR (parms);
Host_InitLocal ();
NET_Init ();
W_LoadWadFile ("gfx.wad");
Key_Init ();
Mod_Init ();