]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
-Added the parameter 'persistent'(naming?) to Draw_CachePic, which decides
[xonotic/darkplaces.git] / gl_backend.c
index 15bf23f97edd1d5def8316ee9feb586fadd7c0bc..d56bc790671244933ba5a94e2aa94cf0fa6e9181 100644 (file)
@@ -1793,7 +1793,7 @@ void SCR_UpdateLoadingScreen (void)
        R_Mesh_Start();
        R_Mesh_Matrix(&r_identitymatrix);
        // draw the loading plaque
-       pic = Draw_CachePic("gfx/loading.lmp");
+       pic = Draw_CachePic("gfx/loading.lmp", false);
        x = (vid_conwidth.integer - pic->width)/2;
        y = (vid_conheight.integer - pic->height)/2;
        GL_Color(1,1,1,1);