]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/pointparticles.qc
Merge branch 'TimePath/killself' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / pointparticles.qc
index 7f7ec8eb2619e7c40d3a1ceec076f4ac80c26cb5..a2502da401295ccf5db61240f3346da114e7de19 100644 (file)
@@ -93,8 +93,8 @@ void pointparticles_use(entity this, entity actor, entity trigger)
        this.SendFlags |= 2;
 }
 
-void pointparticles_think()
-{SELFPARAM();
+void pointparticles_think(entity this)
+{
        if(self.origin != self.oldorigin)
        {
                self.SendFlags |= 4;