From: Rudolf Polzer Date: Sun, 26 Jun 2011 18:06:21 +0000 (+0200) Subject: fix another warning X-Git-Tag: xonotic-v0.5.0~159^2~15^2~15 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=54e288ad097790f768f6eed9ef0770daa7daae3a;p=xonotic%2Fxonotic-data.pk3dir.git fix another warning --- diff --git a/qcsrc/warpzonelib/server.qc b/qcsrc/warpzonelib/server.qc index 2b2b69888..82063b204 100644 --- a/qcsrc/warpzonelib/server.qc +++ b/qcsrc/warpzonelib/server.qc @@ -784,7 +784,7 @@ void WarpZone_StartFrame() if(WarpZoneLib_ExactTrigger_Touch()) continue; if(WarpZone_PlaneDist(self, e.origin + e.view_ofs) <= 0) - WarpZone_Teleport(self, e); // NOT triggering targets by this! + WarpZone_Teleport(self, e, -1, 0); // NOT triggering targets by this! } if(f == CLIENTTYPE_NOTACLIENT) {