fix: Adjust Found Town gui
fix: Found town in toolbar opened subsidies
This commit is contained in:
@@ -482,11 +482,7 @@ static CallBackFunction MenuClickTown(int index)
|
||||
{
|
||||
switch (index) {
|
||||
case 0: ShowTownDirectory(); break;
|
||||
case 1: ShowSubsidiesList(); break;
|
||||
case 2: ShowIndustryDirectory(); break;
|
||||
case 3: ShowIndustryCargoesWindow(); break;
|
||||
case 4: if (_local_company != COMPANY_SPECTATOR) ShowBuildIndustryWindow(); break;
|
||||
case 5: // setting could be changed when the dropdown was open
|
||||
case 1: // setting could be changed when the dropdown was open
|
||||
if (_settings_game.economy.found_town != TF_FORBIDDEN) ShowFoundTownWindow();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user