diff options
author | matthijs <matthijs@openttd.org> | 2005-04-11 19:53:44 +0000 |
---|---|---|
committer | matthijs <matthijs@openttd.org> | 2005-04-11 19:53:44 +0000 |
commit | f5d9cb58ebd9780c0d1c256a15c93f1d5de636fb (patch) | |
tree | 7611935b4ef6a2c1d6cf921d2367db66bf73a1e3 /npf.h | |
parent | b02dde198240a27f53ca196e1d9bdff89ca2edcf (diff) | |
download | openttd-f5d9cb58ebd9780c0d1c256a15c93f1d5de636fb.tar.xz |
(svn r2182) - Add: [NPF] There is now a debug class for NPF. Use -d npf<level> 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.
Diffstat (limited to 'npf.h')
-rw-r--r-- | npf.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. */ |