]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/pathlib/movenode.qc
Merge branch 'master' into terencehill/hud_fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / pathlib / movenode.qc
index 6645d712661d9a08e5c95be125f41073d526f783..d1a4e68dff095c1e00019ecb4fbb740c355b936b 100644 (file)
@@ -1,8 +1,10 @@
-#include "../_all.qh"
+#include "movenode.qh"
 
 #include "pathlib.qh"
 #include "utility.qh"
 
+.vector        pos1, pos2;
+
 vector pathlib_wateroutnode(vector start,vector end, float doedge)
 {SELFPARAM();
     vector surface;