From f4325ff823a9d0be3f54a269a6d0b44e413d2439 Mon Sep 17 00:00:00 2001 From: Juhu <5894800-Juhu_@users.noreply.gitlab.com> Date: Sat, 8 Oct 2022 02:10:22 +0200 Subject: [PATCH] Add patch from Juhu/strafehud-fixes branch: "strafehud: add include for IS_PLAYER macro" --- qcsrc/client/hud/panel/strafehud.qc | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.2