Show station information in confirmation mode only if coverage area highlight is enabled, it will show incorrect info otherwise
This commit is contained in:
@@ -222,7 +222,9 @@ void ShowBuildConfirmationWindow()
|
||||
w->SetDirty();
|
||||
SetDirtyBlocks(0, 0, _screen.width, _screen.height); // I don't know what does this do, but it looks important
|
||||
|
||||
StationBuildInfoWindow::show();
|
||||
if (_settings_client.gui.station_show_coverage) {
|
||||
StationBuildInfoWindow::show();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user