Merge remote-tracking branch 'upstream/master'

This commit is contained in:
dP
2021-09-27 19:53:01 +03:00
173 changed files with 31132 additions and 9502 deletions
-7
View File
@@ -111,13 +111,6 @@ static void StationSpreadChanged(int32 p1)
InvalidateWindowData(WC_BUILD_STATION, 0);
}
static void CloseSignalGUI(int32 new_value)
{
if (new_value == 0) {
CloseWindowByClass(WC_BUILD_SIGNAL);
}
}
static void UpdateConsists(int32 new_value)
{
for (Train *t : Train::Iterate()) {