Fix cases where departures board data was not invalidated
This commit is contained in:
@@ -2225,6 +2225,7 @@ static void DoAcquireCompany(Company *c)
|
||||
InvalidateWindowClassesData(WC_SHIPS_LIST, 0);
|
||||
InvalidateWindowClassesData(WC_ROADVEH_LIST, 0);
|
||||
InvalidateWindowClassesData(WC_AIRCRAFT_LIST, 0);
|
||||
InvalidateWindowClassesData(WC_DEPARTURES_BOARD, 0);
|
||||
|
||||
delete c;
|
||||
|
||||
|
Reference in New Issue
Block a user