]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/ent_cs.qc
Kill more setself
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / ent_cs.qc
index 148d3883f031d436fb9acfff64fca5d496c75496..1310ff0343b8d98e0b82c1246d493fb4985162eb 100644 (file)
        #undef X
                this.iflags |= IFLAG_ORIGIN;
                InterpolateOrigin_Note(this);
-               WITH(entity, self, this, this.think());
+               WITHSELF(this, this.think());
                return true;
        }