]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/pathlib/main.qc
Clean out self from some of the pathlib code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / main.qc
index d0c70b2b88dff8e9ec43c838c5f2b7dc4eb9907b..20b4d994ae367f03ea387c1ef0df815a5de4a19d 100644 (file)
@@ -155,7 +155,7 @@ float pathlib_makenode_adaptive(entity parent,vector start, vector to, vector go
 
 
     if(doedge)
-        if (!tile_check(where))
+        if (!tile_check(parent, where))
         {
             LOG_TRACE("tile_check fail\n");
 #if DEBUGPATHING