]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Change "forward only" option to use 2 instead of 3
authorSamual <samual@xonotic.org>
Mon, 20 Feb 2012 16:46:48 +0000 (11:46 -0500)
committerSamual <samual@xonotic.org>
Mon, 20 Feb 2012 16:46:48 +0000 (11:46 -0500)
qcsrc/menu/xonotic/dialog_multiplayer_playersetup_view.c

index 7e7c46b4f1d8b48843c199f5a09972ad1e0fd956..59a7e6e795942cbcca00468d0aa3cd0994126c25 100644 (file)
@@ -59,7 +59,7 @@ void XonoticViewDialog_fill(entity me)
                me.TD(me, 1, 1, e = makeXonoticTextLabel(0, _("Velocity zoom:")));
                me.TD(me, 1, 2, e = makeXonoticTextSlider("cl_velocityzoom_type"));
                        e.addValue(e, ZCTX(_("VZOOM^Disabled")), "0");
-                       e.addValue(e, ZCTX(_("VZOOM^Forward only")), "3");
+                       e.addValue(e, ZCTX(_("VZOOM^Forward only")), "2");
                        e.addValue(e, ZCTX(_("VZOOM^All directions")), "1");
                        e.configureXonoticTextSliderValues(e);
        me.TR(me);