From: Des Date: Sun, 15 Sep 2024 22:30:46 +0000 (-0300) Subject: Include "physics.qh" for autocvar_hud_progressbar_acceleration_* X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d0796f3d53665759ad7a2174f7cfda3f5f525298;p=xonotic%2Fxonotic-data.pk3dir.git Include "physics.qh" for autocvar_hud_progressbar_acceleration_* --- 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