From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Sat, 8 Oct 2022 00:10:22 +0000 (+0200) Subject: Add patch from Juhu/strafehud-fixes branch: "strafehud: add include for IS_PLAYER... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f4325ff823a9d0be3f54a269a6d0b44e413d2439;p=xonotic%2Fxonotic-data.pk3dir.git Add patch from Juhu/strafehud-fixes branch: "strafehud: add include for IS_PLAYER macro" --- diff --git a/qcsrc/client/hud/panel/strafehud.qc b/qcsrc/client/hud/panel/strafehud.qc index fa71fbb45..1fdc60a78 100644 --- a/qcsrc/client/hud/panel/strafehud.qc +++ b/qcsrc/client/hud/panel/strafehud.qc @@ -18,6 +18,7 @@ #include // checkpoint information (race_*) // jump height +#include // for IS_PLAYER() macro #include // IS_DEAD() macro AUTOCVAR_SAVE(hud_panel_strafehud_pos, string, "0.320000 0.570000", "position of this base of the panel");