]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/t_items.qc
Remove even more self
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / t_items.qc
index f8002c8cf01205b7cd3716607b5e752bcf0506b1..8848aa917bd5126e0a8fd0599d9c737b8595b816 100644 (file)
@@ -1131,7 +1131,7 @@ void _StartItem(entity this, entity def, float defaultrespawntime, float default
                        this.SendFlags |= ISF_SIZE;
                        // note droptofloor returns false if stuck/or would fall too far
                        if (!this.noalign)
-                               WITHSELF(this, droptofloor());
+                               droptofloor(this);
                        waypoint_spawnforitem(this);
                }