From: Samual Date: Mon, 20 Feb 2012 16:46:48 +0000 (-0500) Subject: Change "forward only" option to use 2 instead of 3 X-Git-Tag: xonotic-v0.6.0~65 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1c407acb23e80ff939cf2d79cb37f127c73647db;p=xonotic%2Fxonotic-data.pk3dir.git Change "forward only" option to use 2 instead of 3 --- diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_view.c b/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_view.c index 7e7c46b4f..59a7e6e79 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_view.c +++ b/qcsrc/menu/xonotic/dialog_multiplayer_playersetup_view.c @@ -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);