Add implementation of multi-aspect signalling and GRF support

Requires realistic braking

See: #247
This commit is contained in:
Jonathan G Rennison
2021-08-28 12:51:06 +01:00
parent 6546f6deba
commit b2ef6c0de8
28 changed files with 917 additions and 35 deletions

View File

@@ -3976,6 +3976,8 @@ bool AfterLoadGame()
extern void YapfCheckRailSignalPenalties();
YapfCheckRailSignalPenalties();
UpdateExtraAspectsVariable();
if (_networking && !_network_server) {
SlProcessVENC();
}
@@ -4050,6 +4052,8 @@ void ReloadNewGRFData()
}
}
UpdateExtraAspectsVariable();
/* Update company statistics. */
AfterLoadCompanyStats();
/* Check and update house and town values */