npf.c
branchcustombridgeheads
changeset 5642 bfa6074e2833
parent 5590 dc34c43fc3eb
equal deleted inserted replaced
5641:d4d00a16ef26 5642:bfa6074e2833
    12 #include "station.h"
    12 #include "station.h"
    13 #include "station_map.h"
    13 #include "station_map.h"
    14 #include "tile.h"
    14 #include "tile.h"
    15 #include "depot.h"
    15 #include "depot.h"
    16 #include "tunnel_map.h"
    16 #include "tunnel_map.h"
    17 #include "network.h"
    17 #include "network/network.h"
    18 #include "water_map.h"
    18 #include "water_map.h"
    19 
    19 
    20 static AyStar _npf_aystar;
    20 static AyStar _npf_aystar;
    21 
    21 
    22 /* The cost of each trackdir. A diagonal piece is the full NPF_TILE_LENGTH,
    22 /* The cost of each trackdir. A diagonal piece is the full NPF_TILE_LENGTH,