From 9d2dd61dcd1d019a9cfaba44cfcb1b4533b2c892 Mon Sep 17 00:00:00 2001 From: Des Date: Tue, 3 Dec 2024 06:56:22 -0300 Subject: [PATCH] Add XONRELEASE tag and remove empty line --- qcsrc/client/hud/panel/racesplits.qc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qcsrc/client/hud/panel/racesplits.qc b/qcsrc/client/hud/panel/racesplits.qc index 1c99f70b8..a377a9c26 100644 --- a/qcsrc/client/hud/panel/racesplits.qc +++ b/qcsrc/client/hud/panel/racesplits.qc @@ -45,7 +45,7 @@ void HUD_RaceSplits() } HUD_Panel_LoadCvars(); - // default values for <= 0.8.6 can be removed after next release + // XONRELEASE: default values for <= 0.8.6 can be removed after next release registercvar("hud_panel_racesplits_pos", "0.700000 0.190000"); registercvar("hud_panel_racesplits_size", "0.250000 0.170000"); @@ -123,6 +123,5 @@ void HUD_RaceSplits() demolines[j] = sprintf(strcat("%s ^7", _("Checkpoint %d"), " ^7%d%s"), TIME_ENCODED_TOSTRING(TIME_ENCODE(j*9.37), false), j+1, (1100 + j*63) * speed_conv_f, units_text); for (int j = 0; j < nrlines; ++j) RaceSplit(demolines[autocvar_hud_panel_racesplits_flip ? nrlines - 1 -j : j]); - } } -- 2.39.2