X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fpathlib%2Fcosts.qc;h=3e452f66e7dc02dbf2937410c44e08ba8684f95d;hb=64b8409b2d6fb93dc51ba24a82d219c8cd56a907;hp=0b2ee4559995671b324050c7664cf0dc2455a5e5;hpb=128cea32714586feb51b4a0d78a6bd4e35fef9f2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/pathlib/costs.qc b/qcsrc/server/pathlib/costs.qc index 0b2ee4559..3e452f66e 100644 --- a/qcsrc/server/pathlib/costs.qc +++ b/qcsrc/server/pathlib/costs.qc @@ -1,3 +1,5 @@ +#include "pathlib.qh" + float pathlib_g_static(entity parent,vector to, float static_cost) { return parent.pathlib_node_g + static_cost;