Fixed joining stations, broken by confirmation dialog

This commit is contained in:
pelya
2016-05-18 09:37:38 +03:00
parent 9cb56d3534
commit e78d8e5478
5 changed files with 14 additions and 5 deletions

View File

@@ -1443,7 +1443,8 @@ void Window::InitializeData(WindowNumber window_number)
if (this->window_class != WC_BUILD_CONFIRMATION &&
this->window_class != WC_TOOLTIPS &&
this->window_class != WC_NEWS_WINDOW &&
this->window_class != WC_BUILD_BRIDGE) {
this->window_class != WC_BUILD_BRIDGE &&
this->window_class != WC_SELECT_STATION) {
HideBuildConfirmationWindow();
}