From: Mario Date: Fri, 7 Oct 2016 08:17:12 +0000 (+1000) Subject: Temporary fix for warning spam on map start X-Git-Tag: xonotic-v0.8.2~552 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=20113ee7df960a9f2240579b90f4aa4b8b8e85a2;p=xonotic%2Fxonotic-data.pk3dir.git Temporary fix for warning spam on map start --- diff --git a/qcsrc/common/ent_cs.qc b/qcsrc/common/ent_cs.qc index 17ee08e7c..2476e468c 100644 --- a/qcsrc/common/ent_cs.qc +++ b/qcsrc/common/ent_cs.qc @@ -185,6 +185,7 @@ MACRO_END { // initial = temp e = new_pure(entcs_receiver); + this = e; X(e); } else