X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fpathlib%2F_all.inc;h=7a06615bf34111960753aa2d0a24ad1163cf5265;hb=05ee5b1212a6537e5c5acb76dbc1ef9df40f85c6;hp=1b15654e4a8dceba366ab6730a7a8b4c6ba90f2f;hpb=c51698509e174e343dff48128a1dcfff1527c535;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