From: Rudolf Polzer Date: Thu, 16 Jun 2011 04:54:47 +0000 (+0200) Subject: warpzonelib: also allow "trigger" name X-Git-Tag: xonotic-v0.5.0~199^2~14^2~11 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2f41bf8cdbfc8cb4a359c10a8d578b2a1c3eaf9d;p=xonotic%2Fxonotic-data.pk3dir.git warpzonelib: also allow "trigger" name --- diff --git a/qcsrc/warpzonelib/server.qc b/qcsrc/warpzonelib/server.qc index 29f5dc8db..46eaf595b 100644 --- a/qcsrc/warpzonelib/server.qc +++ b/qcsrc/warpzonelib/server.qc @@ -411,7 +411,7 @@ void WarpZone_InitStep_UpdateTransform() tex = getsurfacetexture(self, i_s); if not(tex) break; // this is beyond the last one - if(tex == "textures/common/trigger") + if(tex == "textures/common/trigger" || tex == "trigger") continue; n_t = getsurfacenumtriangles(self, i_s); for(i_t = 0; i_t < n_t; ++i_t)