From: terencehill Date: Thu, 21 May 2020 20:26:05 +0000 (+0200) Subject: hud_panel_weapons_orderbyimpulse shouldn't be saved to hud skin files X-Git-Tag: xonotic-v0.8.5~1053 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9a095b9e5b9856f8e577dc76a1e54072cf5de4be;p=xonotic%2Fxonotic-data.pk3dir.git hud_panel_weapons_orderbyimpulse shouldn't be saved to hud skin files --- diff --git a/qcsrc/client/hud/hud_config.qc b/qcsrc/client/hud/hud_config.qc index 4b5963cc4..e23647fb3 100644 --- a/qcsrc/client/hud/hud_config.qc +++ b/qcsrc/client/hud/hud_config.qc @@ -98,7 +98,6 @@ void HUD_Panel_ExportCfg(string cfgname) HUD_Write_Cvar("hud_panel_weapons_timeout_speed_in"); HUD_Write_Cvar("hud_panel_weapons_timeout_speed_out"); HUD_Write_Cvar("hud_panel_weapons_onlyowned"); - HUD_Write_Cvar("hud_panel_weapons_orderbyimpulse"); HUD_Write_Cvar("hud_panel_weapons_noncurrent_alpha"); HUD_Write_Cvar("hud_panel_weapons_noncurrent_scale"); HUD_Write_Cvar("hud_panel_weapons_selection_radius"); diff --git a/qcsrc/client/hud/panel/racetimer.qc b/qcsrc/client/hud/panel/racetimer.qc index 281b2377f..ecf8f9f33 100644 --- a/qcsrc/client/hud/panel/racetimer.qc +++ b/qcsrc/client/hud/panel/racetimer.qc @@ -5,7 +5,7 @@ #include #include -// Race timer (#6) +// Race timer (#8) // return the string of the onscreen race timer string MakeRaceString(int cp, float mytime, float theirtime, float othertime, float lapdelta, string theirname)