mirror of
https://github.com/nzp-team/glquake.git
synced 2025-02-18 09:41:19 +00:00
Remove gfx.wad dependency
Hopefully this was enough lol
This commit is contained in:
parent
d598c964c7
commit
65889a3484
1 changed files with 0 additions and 1 deletions
|
@ -897,7 +897,6 @@ void Host_Init (quakeparms_t *parms)
|
||||||
Host_InitVCR (parms);
|
Host_InitVCR (parms);
|
||||||
COM_Init (parms->basedir);
|
COM_Init (parms->basedir);
|
||||||
Host_InitLocal ();
|
Host_InitLocal ();
|
||||||
W_LoadWadFile ("gfx.wad");
|
|
||||||
Key_Init ();
|
Key_Init ();
|
||||||
Con_Init ();
|
Con_Init ();
|
||||||
M_Init ();
|
M_Init ();
|
||||||
|
|
Loading…
Reference in a new issue