]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
now pretends gfx.wad pics are in the gfx/ directory, this changes the override path...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 8a290bf5ac9991932ceb8204e4a048796673c1f9..9fcc9cf88191fff150a48a57c1620d6f93f1ff0c 100644 (file)
--- a/host.c
+++ b/host.c
@@ -901,7 +901,6 @@ void Host_Init (void)
                Render_Init();
                S_Init ();
                CDAudio_Init ();
-               Sbar_Init ();
                CL_Init ();
 #ifdef _WIN32 // on non win32, mouse comes before video for security reasons
                IN_Init ();