]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
Fix crash when using +map on cmdline by starting video before parsing configs
[xonotic/darkplaces.git] / gl_draw.c
index 18e38754dc97b7072a98a723e41802eee8fc9102..b705e4cb3821fd1c9bac04c4486af49cdd53c563 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -703,9 +703,6 @@ static void gl_draw_start(void)
        for(i = 0; i < dp_fonts.maxsize; ++i)
                if (dp_fonts.f[i].title[0])
                        LoadFont(false, va(vabuf, sizeof(vabuf), "gfx/font_%s", dp_fonts.f[i].title), &dp_fonts.f[i], 1, 0);
-
-       // draw the loading screen so people have something to see in the newly opened window
-       SCR_UpdateLoadingScreen(true, true);
 }
 
 static void gl_draw_shutdown(void)