]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
now runs scripts at startup differently - runs scripts twice, once only executing...
[xonotic/darkplaces.git] / cl_screen.c
index 8bc1084ff261f9c4376f5293e15e1843d04b53d1..b8038ba79cd22f6b3e7fad775fd17556d7bf5560 100644 (file)
@@ -1020,8 +1020,9 @@ void CL_UpdateScreen(void)
                        SCR_CheckDrawCenterString();
                }
                MR_Draw();
+               UI_Callback_Draw();
                CL_DrawVideo();
-               ui_draw();
+               //ui_draw();
                if (cls.signon == SIGNONS)
                {
                        R_TimeReport("2d");