Feature: Add coverage area display for existing stations.

This commit is contained in:
peter1138
2019-02-22 18:14:06 +00:00
committed by Niels Martin Hansen
parent 37daf43037
commit b6733edd17
8 changed files with 102 additions and 1 deletions

View File

@@ -1320,6 +1320,7 @@ static bool ChangeMaxHeightLevel(int32 p1)
static bool StationCatchmentChanged(int32 p1)
{
Station::RecomputeCatchmentForAll();
MarkWholeScreenDirty();
return true;
}