]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
unbound conwidth/conheight a little
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 25 Jul 2009 07:37:39 +0000 (07:37 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 25 Jul 2009 07:37:39 +0000 (07:37 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9074 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index 81a018a9b07b0c25ee45d6f35d3a9458ee42d5d5..7581b256f164b397134ad9862318cd7c0b2881f2 100644 (file)
@@ -1969,8 +1969,8 @@ void CL_UpdateScreen(void)
 
        rendertime1 = Sys_DoubleTime();
 
-       conwidth = bound(320, vid_conwidth.value, 2048);
-       conheight = bound(200, vid_conheight.value, 1536);
+       conwidth = bound(160, vid_conwidth.value, 32768);
+       conheight = bound(90, vid_conheight.value, 24576);
        if (vid_conwidth.value != conwidth)
                Cvar_SetValue("vid_conwidth", conwidth);
        if (vid_conheight.value != conheight)