From d0796f3d53665759ad7a2174f7cfda3f5f525298 Mon Sep 17 00:00:00 2001 From: Des Date: Sun, 15 Sep 2024 19:30:46 -0300 Subject: [PATCH] Include "physics.qh" for autocvar_hud_progressbar_acceleration_* --- qcsrc/client/hud/panel/racesplits.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/qcsrc/client/hud/panel/racesplits.qc b/qcsrc/client/hud/panel/racesplits.qc index f31540d10..9b12439b8 100644 --- a/qcsrc/client/hud/panel/racesplits.qc +++ b/qcsrc/client/hud/panel/racesplits.qc @@ -1,5 +1,6 @@ #include "racesplits.qh" #include "racetimer.qh" // for race_checkpoint_splits +#include "physics.qh" // for autocvar_hud_progressbar_acceleration_neg_color #include // for ISGAMETYPE(RACE) #include -- 2.39.2