]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
properly handle the case that the touch fucntion teleported the player
[xonotic/darkplaces.git] / 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)