]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/weapons/projectile.qh
Purge most cases of self from the client folder
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / weapons / projectile.qh
index a925f34c68732b715b9647e0319f1c489a259f33..1b0d313aa9cc9cea10a3c1d38d8e34790fa2d2f8 100644 (file)
@@ -17,7 +17,7 @@ class(Projectile).float gravity;
 class(Projectile).int snd_looping;
 class(Projectile).bool silent;
 
-void SUB_Stop();
+void SUB_Stop(entity this);
 
 void Projectile_ResetTrail(entity this, vector to);
 
@@ -27,7 +27,7 @@ void Projectile_Draw(entity this);
 
 void loopsound(entity e, int ch, string samp, float vol, float attn);
 
-void Ent_RemoveProjectile();
+void Ent_RemoveProjectile(entity this);
 
 const int FL_PROJECTILE = BIT(15);