From 20113ee7df960a9f2240579b90f4aa4b8b8e85a2 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 7 Oct 2016 18:17:12 +1000 Subject: [PATCH] Temporary fix for warning spam on map start --- qcsrc/common/ent_cs.qc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2