]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix another warning
authorRudolf Polzer <divverent@xonotic.org>
Sun, 26 Jun 2011 18:06:21 +0000 (20:06 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 26 Jun 2011 18:06:21 +0000 (20:06 +0200)
qcsrc/warpzonelib/server.qc

index 2b2b69888bd0c668e0297b65ddcee18c9e4b7af2..82063b20493b05a87090e12bb8622360b7d5fd02 100644 (file)
@@ -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)
                        {