From 65889a3484480736d5275d987cb6ca1395bb6194 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 27 Nov 2022 13:01:07 -0500 Subject: [PATCH] Remove gfx.wad dependency Hopefully this was enough lol --- source/host.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/host.c b/source/host.c index be8c00e..ca7c24d 100644 --- a/source/host.c +++ b/source/host.c @@ -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 ();