From 01c11fbf847916ff4d7ec9e1ff85e5f3138a7b29 Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 21 Mar 2021 00:20:02 +0100 Subject: [PATCH] Fix compilation units --- qcsrc/client/hud/crosshair.qc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/client/hud/crosshair.qc b/qcsrc/client/hud/crosshair.qc index 5f84d07cc9..5672ebedb9 100644 --- a/qcsrc/client/hud/crosshair.qc +++ b/qcsrc/client/hud/crosshair.qc @@ -13,6 +13,7 @@ #include #include #include +#include float pickup_crosshair_time, pickup_crosshair_size; float hitindication_crosshair_size; @@ -212,6 +213,7 @@ LABEL(normalcolor) return wcross_color; } +.entity tag_entity; void HUD_Crosshair(entity this) { // reset player's alpha here upon death since forced scoreboard prevents running the crosshair_chase code -- 2.39.2