]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.c
Fix two bugs (everything should behave as usual now, when you're not using menu rende...
[xonotic/darkplaces.git] / menu.c
diff --git a/menu.c b/menu.c
index ec4653051323ecdde645c98a9f512497281c6b12..8e99c532d6b2b0243dc0e8638919dca03bc534cd 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -5079,7 +5079,9 @@ void MP_Draw (void)
        // reset the temp entities each frame
        r_refdef.numtempentities = 0;
 
+       // TODO: fix these evil hacks! [1/6/2008 Black]
        R_UpdateVariables();
+       R_ResetViewRendering2D();
 
        PRVM_Begin;
        PRVM_SetProg(PRVM_MENUPROG);