]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/hitplot.qc
Remove _all indirection
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / hitplot.qc
index ec1fd089b1abd6cfeaf7fae56bf9d7546e975b0e..372f7357b4057a95d63cba482b826d87b23a441d 100644 (file)
@@ -2,7 +2,7 @@
 
 #include "../antilag.qh"
 #include "../g_subs.qh"
-#include <common/weapons/all.qh>
+#include <common/weapons/_all.qh>
 #include <common/state.qh>
 
 vector W_HitPlotUnnormalizedUntransform(vector screenforward, vector screenright, vector screenup, vector v)