From 9a095b9e5b9856f8e577dc76a1e54072cf5de4be Mon Sep 17 00:00:00 2001 From: terencehill Date: Thu, 21 May 2020 22:26:05 +0200 Subject: [PATCH] hud_panel_weapons_orderbyimpulse shouldn't be saved to hud skin files --- qcsrc/client/hud/hud_config.qc | 1 - qcsrc/client/hud/panel/racetimer.qc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/qcsrc/client/hud/hud_config.qc b/qcsrc/client/hud/hud_config.qc index 4b5963cc47..e23647fb3f 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 281b2377ff..ecf8f9f338 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) -- 2.39.2