]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/rubble.qc
Use SELFPARAM() in every function that uses self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / rubble.qc
index 4e32c0c45490fc9451c17504c5bafb7483368701..11f547625c888471231307a82234a9d28b586bc4 100644 (file)
@@ -3,7 +3,7 @@
 // LordHavoc: rewrote this file, it was really bad code
 
 void RubbleLimit(string cname, float limit, void() deleteproc)
-{
+{SELFPARAM();
        entity e;
        entity oldest;
        entity oldself;