]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
strafehud: add include for IS_PLAYER macro
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Sat, 8 Oct 2022 00:08:31 +0000 (02:08 +0200)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Sat, 8 Oct 2022 00:08:31 +0000 (02:08 +0200)
qcsrc/client/hud/panel/strafehud.qc

index cd31314d9233ca6b5a6da1dc3ae0ed13fee87612..04c90c4f84575c409d0fe7337c141db6da8e5ff5 100644 (file)
@@ -18,6 +18,7 @@
 #include <client/hud/panel/racetimer.qh> // checkpoint information (race_*)
 
 // jump height
+#include <lib/csqcmodel/common.qh> // for IS_PLAYER() macro
 #include <common/resources/cl_resources.qh> // IS_DEAD() macro
 
 // StrafeHUD (#25)