]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/weapons/projectile.qh
Draw: purge SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / weapons / projectile.qh
index 67e08c224bfd6f2a5f35dd8f3354c36e7d79be07..dd289817ec15b034e01d1a3b89ec13cc51227dac 100644 (file)
@@ -19,11 +19,11 @@ class(Projectile) .bool silent;
 
 void SUB_Stop();
 
-void Projectile_ResetTrail(vector to);
+void Projectile_ResetTrail(entity this, vector to);
 
-void Projectile_DrawTrail(vector to);
+void Projectile_DrawTrail(entity this, vector to);
 
-void Projectile_Draw();
+void Projectile_Draw(entity this);
 
 void loopsound(entity e, int ch, string samp, float vol, float attn);