]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add hud_panel_physics 3 in menu too, and try to keep options text as short as possible
authorterencehill <piuntn@gmail.com>
Wed, 10 Aug 2011 14:18:16 +0000 (16:18 +0200)
committerterencehill <piuntn@gmail.com>
Wed, 10 Aug 2011 14:18:16 +0000 (16:18 +0200)
qcsrc/menu/xonotic/dialog_hudpanel_physics.c

index f8b162f2396e398f2ce0f2b82a0d48f7eaabf990..1cd6bddd14b38eaa93606eb83465f4902b000c56 100644 (file)
@@ -20,8 +20,9 @@ void XonoticHUDPhysicsDialog_fill(entity me)
        me.TR(me);
                me.TD(me, 1, 4, e = makeXonoticTextSlider("hud_panel_physics"));
                        e.addValue(e, _("Panel disabled"), "0");
-                       e.addValue(e, _("Panel enabled if not observing"), "1");
-                       e.addValue(e, _("Panel always enabled"), "2");
+                       e.addValue(e, _("Panel enabled"), "1");
+                       e.addValue(e, _("Panel enabled even observing"), "2");
+                       e.addValue(e, _("Panel enabled only in race/cts"), "3");
                        e.configureXonoticTextSliderValues(e);
 
        DIALOG_HUDPANEL_COMMON_NOTOGGLE();