]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/particles.qh
Draw: purge SELFPARAM
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / particles.qh
index 791313f50408de88ed712a9bd60d90b2a3c3cd3e..06cd72523dafe02c7da53b33db59e35837fc2b6c 100644 (file)
@@ -14,7 +14,7 @@ class(PointParticles) .float volume;
 class(PointParticles) .float absolute; // 1 = count per second is absolute, 2 = only spawn at toggle
 class(PointParticles) .vector movedir; // trace direction
 
-void Draw_PointParticles();
+void Draw_PointParticles(entity this);
 
 void Ent_PointParticles_Remove();