From: terencehill Date: Sat, 20 Mar 2021 23:20:02 +0000 (+0100) Subject: Fix compilation units X-Git-Tag: xonotic-v0.8.5~495^2~1 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=01c11fbf847916ff4d7ec9e1ff85e5f3138a7b29 Fix compilation units --- 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