]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/t_items.qc
Update uses of self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / t_items.qc
index 671f1d0eda5cc63d49f9e380ddab6cd56ddf3310..df03b453805661403b07af6e9bcf9c813c4a3b17 100644 (file)
@@ -76,7 +76,7 @@ void ItemDrawSimple()
 }
 
 void Item_PreDraw()
-{
+{SELFPARAM();
        vector org;
        float alph;
        org = getpropertyvec(VF_ORIGIN);