X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fpathlib%2F_all.inc;h=7a06615bf34111960753aa2d0a24ad1163cf5265;hb=b9671f63469586007314131f3f53728795c035cd;hp=1b15654e4a8dceba366ab6730a7a8b4c6ba90f2f;hpb=3ae1efa7401791e42e3171f4db2cc2d38adde088;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/pathlib/_all.inc b/qcsrc/server/pathlib/_all.inc index 1b15654e4..7a06615bf 100644 --- a/qcsrc/server/pathlib/_all.inc +++ b/qcsrc/server/pathlib/_all.inc @@ -1,4 +1,6 @@ -#define DEBUGPATHING +#ifndef DEBUGPATHING + #define DEBUGPATHING 0 +#endif #include "costs.qc" #include "expandnode.qc" @@ -6,6 +8,6 @@ #include "movenode.qc" #include "path_waypoint.qc" #include "utility.qc" -#ifdef DEBUGPATHING +#if DEBUGPATHING #include "debug.qc" #endif