X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid_3dfxsvga.c;h=cc1f9cca5d9bfd436d9309531821153021f97903;hp=3f4e42661c506cee232bb6221ac5a60b8cc528dc;hb=45982a9894c5bff60ff494a0f82865ec267d52f7;hpb=933d8c9fea47bcfa7c506d9f97fde60251eb1afd diff --git a/vid_3dfxsvga.c b/vid_3dfxsvga.c index 3f4e4266..cc1f9cca 100644 --- a/vid_3dfxsvga.c +++ b/vid_3dfxsvga.c @@ -291,8 +291,6 @@ void VID_Init(void) vid.conheight = height; if (vid.conwidth > width) vid.conwidth = width; - vid.width = vid.conwidth; - vid.height = vid.conheight; InitSig(); // trap evil signals @@ -302,7 +300,7 @@ void VID_Init(void) Con_SafePrintf ("Video mode %dx%d initialized.\n", width, height); - vid.recalc_refdef = 1; // force a surface cache flush +// vid.recalc_refdef = 1; // force a surface cache flush } void VID_ExtraOptionDraw(unsigned int options_draw_cursor)