X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fparticles.qh;h=06cd72523dafe02c7da53b33db59e35837fc2b6c;hb=9ae63d858415772fdb60bd549758825103c0ba17;hp=791313f50408de88ed712a9bd60d90b2a3c3cd3e;hpb=1d4454eb627b54e4b01a36ccce32a2767b02416c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/particles.qh b/qcsrc/client/particles.qh index 791313f50..06cd72523 100644 --- a/qcsrc/client/particles.qh +++ b/qcsrc/client/particles.qh @@ -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();