(svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very long track

-Codechange: use dedicated pathfinder for signal updating, resulting in better performance and possible future improvements
This commit is contained in:
smatz
2008-01-09 23:00:59 +00:00
parent 6c954cad5f
commit f44a9a5d5b
16 changed files with 643 additions and 244 deletions

View File

@@ -29,8 +29,10 @@
#include "vehicle_func.h"
#include "vehicle_base.h"
#include "string_func.h"
#include "signal_func.h"
#include "player.h"
enum {
MAX_WAYPOINTS_PER_TOWN = 64,
};