From 1858c373469d24b78b2710fcd2a0bb2288174ba1 Mon Sep 17 00:00:00 2001 From: matthijs Date: Mon, 11 Apr 2005 19:53:44 +0000 Subject: (svn r2182) - Add: [NPF] There is now a debug class for NPF. Use -d npf to enable debugging printouts from npf. - Codechange: [NPF] Removed NPF_MARKROUTE macro, to mark routes just specify a npf debugging level >= 1 on the commandline. --- npf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'npf.h') diff --git a/npf.h b/npf.h index 6f665ec7e..338f7e100 100644 --- a/npf.h +++ b/npf.h @@ -5,8 +5,6 @@ #include "aystar.h" #include "vehicle.h" -//#define NPF_DEBUG -//#define NPF_MARKROUTE //Mark the routes considered by the pathfinder by //mowing grass enum { NPF_HASH_BITS = 12, /* The size of the hash used in pathfinding. Just changing this value should be sufficient to change the hash size. Should be an even value. */ -- cgit v1.2.3-54-g00ecf