]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
changed SCR_DrawConsole call in csqc mode to match non-csqc mode (now draws after...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Feb 2007 21:41:07 +0000 (21:41 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 15 Feb 2007 21:41:07 +0000 (21:41 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6845 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index e6629cebf444ae6d1b8cb02c56658033f6398d38..e528ddddf212fe369cd110a01c9e36b9e713b13f 100644 (file)
@@ -1535,8 +1535,6 @@ void SCR_DrawScreen (void)
 
                if(!CL_VM_UpdateView())
                        R_RenderView();
-               else
-                       SCR_DrawConsole();
 
                if (scr_zoomwindow.integer)
                {
@@ -1586,8 +1584,7 @@ void SCR_DrawScreen (void)
        CL_DrawVideo();
        R_Shadow_EditLights_DrawSelectedLightProperties();
 
-       if(!csqc_loaded)
-               SCR_DrawConsole();
+       SCR_DrawConsole();
 
        SCR_DrawBrand();