]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/hitplot.qh
Merge branch 'master' into martin-t/mg-solidpen
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / hitplot.qh
index 9596f1dc17dcdfb10c74b2ab4cfa3e591b9207dc..e9686783569db5945679959b9a50cc88c1ac9269 100644 (file)
@@ -2,6 +2,6 @@
 
 .float hitplotfh;
 
 
 .float hitplotfh;
 
-void W_HitPlotAnalysis(entity player, Weapon wep, vector screenforward, vector screenright, vector screenup);
+void W_HitPlotAnalysis(entity player, entity wep, vector screenforward, vector screenright, vector screenup);
 void W_HitPlotOpen(entity player);
 void W_HitPlotClose(entity player);
 void W_HitPlotOpen(entity player);
 void W_HitPlotClose(entity player);