]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Temporary fix for warning spam on map start
authorMario <mario@smbclan.net>
Fri, 7 Oct 2016 08:17:12 +0000 (18:17 +1000)
committerMario <mario@smbclan.net>
Fri, 7 Oct 2016 08:17:12 +0000 (18:17 +1000)
qcsrc/common/ent_cs.qc

index 17ee08e7cf14937037696112f4a7edf941c2ab4e..2476e468c6d8b94eb5e57b0716646d36df197f12 100644 (file)
@@ -185,6 +185,7 @@ MACRO_END
                        {
                                // initial = temp
                                e = new_pure(entcs_receiver);
+                               this = e;
                                X(e);
                        }
                        else