]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
cl_particles_reloadeffects <filename> - reload effects from custom effect file
[xonotic/darkplaces.git] / gl_draw.c
index 581ef1a22dc8c5fce5df2fab1f86c17e934a08e1..17213e566db0be1d09e6ca02d42d9e59f1cf59f2 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -1018,7 +1018,7 @@ static void gl_draw_start(void)
                        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);
+       SCR_UpdateLoadingScreen(true, true);
 }
 
 static void gl_draw_shutdown(void)