(svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus.
This commit is contained in:
@@ -763,6 +763,11 @@ static bool TownFoundingChanged(int32 p1)
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool InvalidateVehTimetableWindow(int32 p1)
|
||||
{
|
||||
InvalidateWindowClassesData(WC_VEHICLE_TIMETABLE, -2);
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
* A: competitors
|
||||
|
Reference in New Issue
Block a user