Remove gfx.wad dependency

Hopefully this was enough lol
This commit is contained in:
Ian 2022-11-27 13:01:07 -05:00
parent d598c964c7
commit 65889a3484

View file

@ -897,7 +897,6 @@ void Host_Init (quakeparms_t *parms)
Host_InitVCR (parms);
COM_Init (parms->basedir);
Host_InitLocal ();
W_LoadWadFile ("gfx.wad");
Key_Init ();
Con_Init ();
M_Init ();