From: havoc Date: Wed, 17 Sep 2003 17:49:51 +0000 (+0000) Subject: forgot to include this file in the previous commit (no longer opens gfx.wad until... X-Git-Tag: xonotic-v0.1.0preview~6379 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e1ec645e2d59310561f997421f9ecd98f5832d8d;p=xonotic%2Fdarkplaces.git 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 --- 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();