]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
implemented two more checks for cls.timedemo to bypass snd_blocked
[xonotic/darkplaces.git] / cl_screen.c
index 610dd4fa3d8853da9ce16bcd14f3ed00e9326992..f7360f22767ce31da432fe1947caadcf742d834e 100644 (file)
@@ -1649,6 +1649,7 @@ void SCR_UpdateLoadingScreen (qboolean clear)
        y = (vid_conheight.integer - pic->height)/2;
        GL_Color(1,1,1,1);
        GL_BlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
+       GL_DepthRange(0, 1);
        GL_DepthTest(false);
        R_Mesh_VertexPointer(vertex3f, 0, 0);
        R_Mesh_ColorPointer(NULL, 0, 0);