]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/target/music.qc
Remove selfparam from triggers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / target / music.qc
index 32237200ee9bd93abda850564cb8bf9054800535..94c15c17a416b74eacf09f4a0380407800f790dd 100644 (file)
@@ -261,8 +261,8 @@ void Ent_TriggerMusic_Think(entity this)
        self.nextthink = time;
 }
 
-void Ent_TriggerMusic_Remove()
-{SELFPARAM();
+void Ent_TriggerMusic_Remove(entity this)
+{
        if(self.noise)
                strunzone(self.noise);
        self.noise = string_null;