From 4d1b7ceaaa2e81845d000752273ae229c9db2d37 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 7 Jun 2010 09:39:49 +0200 Subject: [PATCH] change warpzone detection to detect non-common/trigger faces instead of common/warpzone faces --- qcsrc/warpzonelib/server.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/warpzonelib/server.qc b/qcsrc/warpzonelib/server.qc index 7b4c09ccb..f2b358188 100644 --- a/qcsrc/warpzonelib/server.qc +++ b/qcsrc/warpzonelib/server.qc @@ -321,7 +321,7 @@ void WarpZone_InitStep_UpdateTransform() tex = getsurfacetexture(self, i_s); if not(tex) break; // this is beyond the last one - if(tex != "textures/common/warpzone") + if(tex == "textures/common/trigger") continue; n_t = getsurfacenumtriangles(self, i_s); for(i_t = 0; i_t < n_t; ++i_t) -- 2.39.2