From: Mario Date: Fri, 1 Jan 2016 08:34:17 +0000 (+1000) Subject: It should be safe to remove this safety check X-Git-Tag: xonotic-v0.8.2~1337 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c799100e81b0b3e09e9fa567645898784dcf67bd;p=xonotic%2Fxonotic-data.pk3dir.git It should be safe to remove this safety check --- diff --git a/qcsrc/server/_all.qh b/qcsrc/server/_all.qh index eb3a4845d..47a562fe7 100644 --- a/qcsrc/server/_all.qh +++ b/qcsrc/server/_all.qh @@ -35,7 +35,6 @@ const string STR_OBSERVER = "observer"; { \ const noref int i = _i; \ const noref entity it = ftoe(i); \ - if(it == NULL || wasfreed(it)) continue; \ if(cond) { LAMBDA(body) } \ } \ } MACRO_END