npf.h
changeset 1678 838dd6f46081
parent 1661 6af0c4416154
child 1751 954dd2900ac9
--- a/npf.h	Mon Apr 11 19:14:48 2005 +0000
+++ b/npf.h	Mon Apr 11 19:53:44 2005 +0000
@@ -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. */