]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Hide DVD resolutions
authorSamual Lenks <samual@xonotic.org>
Sun, 13 Oct 2013 01:20:49 +0000 (21:20 -0400)
committerSamual Lenks <samual@xonotic.org>
Sun, 13 Oct 2013 01:20:49 +0000 (21:20 -0400)
qcsrc/menu/xonotic/slider_resolution.c

index a7cf04bf71c3cc992fde6d27502b337970fa91cd..5914e9aff068e812d7583ac813aa05a1266e1315 100644 (file)
@@ -157,10 +157,12 @@ void XonoticResolutionSlider_loadResolutions(entity me, float fullscreen)
        if(me.nValues == 0)
        {
                me.addResolution(me, 640, 480, 1); // pc res
+#if 0
                me.addResolution(me, 720, 480, 1.125); // DVD NTSC 4:3
                me.addResolution(me, 720, 576, 0.9375); // DVD PAL 4:3
                me.addResolution(me, 720, 480, 0.84375); // DVD NTSC 16:9
                me.addResolution(me, 720, 576, 0.703125); // DVD PAL 16:9
+#endif
                me.addResolution(me, 800, 480, 1); // 480p at 1:1 pixel aspect
                me.addResolution(me, 800, 600, 1); // pc res
                me.addResolution(me, 1024, 600, 1); // notebook res