]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compilation unit including in the header <client/draw.qh> due to compilation...
authorLegendaryGuard <rootuser999@gmail.com>
Mon, 7 Jun 2021 17:32:55 +0000 (19:32 +0200)
committerLegendaryGuard <rootuser999@gmail.com>
Mon, 7 Jun 2021 17:32:55 +0000 (19:32 +0200)
qcsrc/common/mutators/mutator/nades/nades.qh

index f0f70da2491472889fdce9c8398e022a898c99db..85d5f95db45ce981e75d52f56989fe2ce6065d06 100644 (file)
@@ -193,6 +193,8 @@ MUTATOR_HOOKABLE(Nade_Damage, EV_Nade_Damage);
 REGISTER_NET_TEMP(TE_CSQC_DARKBLINKING); //LegendGuard registers dark blinking nade feature 09-02-2021
 
 #ifdef CSQC
+#include <client/draw.qh>
+
 float cvar_cl_nade_type;
 string cvar_cl_pokenade_type;
 //LegendGuard sets variables for dark nade 09-02-2021