]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/ent_cs.qc
Rename a variable
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / ent_cs.qc
index 23790b5e4898ea31cf34bf4a0789ba4abb3d06d1..070197d7db79c6533ba607e41839857febd62a02 100644 (file)
@@ -195,8 +195,8 @@ ENTCS_PROP(FRAGS, true, frags, ENTCS_SET_NORMAL,
        void entcs_think(entity this)
        {
                this.nextthink = time + 0.033333333333;  // TODO: increase this to like 0.15 once the client can do smoothing
-               entity o = this.owner;
-               FOREACH(EntCSProps, it.m_check(this, o),
+               entity player = this.owner;
+               FOREACH(EntCSProps, it.m_check(this, player),
                {
                        this.SendFlags |= BIT(it.m_id);
                });