]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix "Fade time" slider in the centerprint panel: hud_panel_centerprint_fadetime doesn...
authorterencehill <piuntn@gmail.com>
Fri, 5 Dec 2014 23:11:09 +0000 (00:11 +0100)
committerterencehill <piuntn@gmail.com>
Fri, 5 Dec 2014 23:11:09 +0000 (00:11 +0100)
qcsrc/menu/xonotic/dialog_hudpanel_centerprint.c

index 0c729596aafebfc3b41b0d1950b2226fd4d8defb..dce687a0dd0093f1b407aea4a8b2a4fefdd0b381 100644 (file)
@@ -26,7 +26,7 @@ void XonoticHUDCenterprintDialog_fill(entity me)
        me.TR(me);
                me.TDempty(me, 0.2);
                me.TD(me, 1, 1.2, e = makeXonoticTextLabel(0, _("Fade time:")));
-               me.TD(me, 1, 2.6, e = makeXonoticSlider(0, 1, 0.05, "hud_panel_centerprint_fadetime"));
+               me.TD(me, 1, 2.6, e = makeXonoticSlider(0, 1, 0.05, "hud_panel_centerprint_fade_out"));
        me.TR(me);
                me.TDempty(me, 0.2);
                me.TD(me, 1, 3.8, e = makeXonoticCheckBox(0, "hud_panel_centerprint_flip", _("Flip messages order")));