(svn r15518) -Fix [FS#2631]: use distance to closest station tile as estimate for YAPF too (NPF already does so). This makes it behave 'better' with wide stations.

This commit is contained in:
rubidium
2009-02-19 00:15:36 +00:00
parent 336fda62be
commit c2d9c85c0f
4 changed files with 35 additions and 44 deletions

View File

@@ -7,7 +7,6 @@
#include "landscape.h"
#include "timetable.h"
#include "command_func.h"
#include "pathfind.h"
#include "station_map.h"
#include "news_func.h"
#include "company_func.h"
@@ -30,6 +29,7 @@
#include "effectvehicle_func.h"
#include "settings_type.h"
#include "ai/ai.hpp"
#include "pathfind.h"
#include "table/strings.h"
#include "table/sprites.h"