(svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus.

This commit is contained in:
rubidium
2009-11-25 16:17:06 +00:00
parent 0f31a2f7e4
commit dea921ad62
6 changed files with 242 additions and 11 deletions

View File

@@ -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