npf.h
changeset 2791 f8ffac7515d4
parent 2436 177cb6a8339f
child 2916 8f1aa489701f
equal deleted inserted replaced
2790:789f2d2aa403 2791:f8ffac7515d4
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "aystar.h"
     7 #include "aystar.h"
     8 #include "vehicle.h"
     8 #include "vehicle.h"
     9 #include "pbs.h"
     9 #include "pbs.h"
    10 #include "tile.h"
    10 #include "tile.h"
    11 #include "rail.h"
       
    12 #include "variables.h"
    11 #include "variables.h"
    13 
    12 
    14 //mowing grass
    13 //mowing grass
    15 enum {
    14 enum {
    16 	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. */
    15 	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. */