X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fweapons%2Fhitplot.qh;h=90bdc561e1293ca734b4b8edf86ddae33248cc1e;hb=415aa53e6a5e50a97d95e14f48fb3589f04f64d5;hp=e9686783569db5945679959b9a50cc88c1ac9269;hpb=15a474a8dd9705bfb43f00cbef66f4ab49e76aa8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/weapons/hitplot.qh b/qcsrc/server/weapons/hitplot.qh index e96867835..90bdc561e 100644 --- a/qcsrc/server/weapons/hitplot.qh +++ b/qcsrc/server/weapons/hitplot.qh @@ -1,5 +1,8 @@ #pragma once +bool autocvar_g_hitplots; +string autocvar_g_hitplots_individuals; + .float hitplotfh; void W_HitPlotAnalysis(entity player, entity wep, vector screenforward, vector screenright, vector screenup);