From 38f3cd81498291250da8d55559f4a11f3ac8e022 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sat, 17 Sep 2011 14:56:44 +0200 Subject: [PATCH] Default value and description for hud_panel_radar_maximized --- defaultXonotic.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 47d610e61..921735e81 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1437,7 +1437,7 @@ seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mod seta sbar_info_pos 0 "Y-axis distance from lower right corner for engine info prints" -// user preference cvars (i.e. shouldn't be adjusted by a skin config) +// user preference cvars (i.e. shouldn't be adjusted by a skin config) seta hud_panel_weapons_label 1 "1 = show number of weapon, 2 = show bound key of weapon" seta hud_panel_weapons_complainbubble_time 1 "time that a new entry stays until it fades out" seta hud_panel_weapons_complainbubble_fadetime 0.25 "fade out time" @@ -1469,8 +1469,8 @@ seta hud_panel_radar_scale 4096 "distance you can see on the team radar" seta hud_panel_radar_rotation 0 "rotation mode: you set what points up. 0 = player, 1 = west, 2 = south, 3 = east, 4 = north" seta hud_panel_radar_zoommode 0 "zoom mode: 0 = zoomed by default, 1 = zoomed when +zoom, 2 = always zoomed, 3 = always zoomed out" alias hud_panel_radar_rotate "toggle hud_panel_radar_rotation 0 1 2 3 4" -seta hud_panel_radar_maximized; -seta hud_panel_radar_maximized_scale "8192" "distance you can see on the radar when maximized" +seta hud_panel_radar_maximized 0 "show the radar centered and maximized"; +seta hud_panel_radar_maximized_scale 8192 "distance you can see on the radar when maximized" seta hud_panel_radar_maximized_size "0.5 0.5" "size of the radar when maximized" seta hud_panel_score_rankings 0 "show rankings: 1 always show my own score; 2 pure rankings" -- 2.39.2