]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_backend.c
removed .lmp suffix from a number of DrawQ_Pic calls, which should cure the gfx/net...
[xonotic/darkplaces.git] / gl_backend.c
index 595227d7c550ab8ea27fd7309cb17a4c61c3503c..3c3b3969acbba21b9e50c30eb0a91c62570265e9 100644 (file)
@@ -1799,7 +1799,7 @@ void SCR_UpdateLoadingScreen (void)
        R_Mesh_Start();
        R_Mesh_Matrix(&r_identitymatrix);
        // draw the loading plaque
-       pic = Draw_CachePic("gfx/loading.lmp", false);
+       pic = Draw_CachePic("gfx/loading", false);
        x = (vid_conwidth.integer - pic->width)/2;
        y = (vid_conheight.integer - pic->height)/2;
        GL_Color(1,1,1,1);