From e1ec645e2d59310561f997421f9ecd98f5832d8d Mon Sep 17 00:00:00 2001 From: havoc Date: Wed, 17 Sep 2003 17:49:51 +0000 Subject: [PATCH] forgot to include this file in the previous commit (no longer opens gfx.wad until a lump is requested) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3465 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 1 - 1 file changed, 1 deletion(-) diff --git a/host.c b/host.c index e6401a03..dadc7ed3 100644 --- a/host.c +++ b/host.c @@ -846,7 +846,6 @@ void Host_Init (void) V_Init(); COM_Init(); Host_InitLocal(); - W_LoadWadFile("gfx.wad"); Key_Init(); Con_Init(); Chase_Init(); -- 2.39.2