tile_move_cost_ptrs(): BAD_HEURISTIC_INIT needed
tile_move_cost_ptrs() uses BAD_HEURISTIC_INIT, and that's indeed currently needed (I'm getting an error when the macro gets disabled)
Rework the code so that tool heuristics won't cause such problems.
Patches attached, also for S2_6.
tile_move_cost_ptrs() uses BAD_HEURISTIC_INIT, and that's indeed currently needed (I'm getting an error when the macro gets disabled)
Rework the code so that tool heuristics won't cause such problems.