]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
get rid of 640x400 in the menu
authorRudolf Polzer <divverent@alientrap.org>
Wed, 12 Jan 2011 18:51:43 +0000 (19:51 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 12 Jan 2011 18:51:43 +0000 (19:51 +0100)
qcsrc/menu/xonotic/slider_resolution.c

index de34a410d9fb2ef9722efb6b9e28382f11b563dd..0cfa6ad2a641880ffc916eb2113e27d9f1373fab 100644 (file)
@@ -83,7 +83,7 @@ void XonoticResolutionSlider_configureXonoticResolutionSlider(entity me)
                if(r == r0)
                        continue;
                r0 = r;
-               if(r_x < 640 || r_y < 400)
+               if(r_x < 640 || r_y < 480)
                        continue;
                me.addResolution(me, r_x, r_y, r_z);
        }