Scheduled Dispatch feature

Code is tested and run well on small-ish train network. Not tested extensively.
This commit is contained in:
innocenat
2017-05-30 01:37:08 +07:00
parent 2895b1921d
commit 0b8f0e64ec
19 changed files with 1253 additions and 7 deletions

View File

@@ -728,6 +728,11 @@ enum WindowClass {
*/
WC_DEPARTURES_BOARD,
/**
* Vehicle scheduled dispatch - departure slots
*/
WC_SCHDISPATCH_SLOTS,
/**
* Plans window.
*/