Add #6887: Option to show zone inside local authority boundary of towns
Can be found at town information > local authority window Layout for button is same as Graph Keys Turn on/off for every town individually
This commit is contained in:
@@ -47,6 +47,7 @@ void InitializeAirportGui();
|
||||
void InitializeDockGui();
|
||||
void InitializeGraphGui();
|
||||
void InitializeObjectGui();
|
||||
void InitializeTownGui();
|
||||
void InitializeIndustries();
|
||||
void InitializeObjects();
|
||||
void InitializeTrees();
|
||||
@@ -97,6 +98,7 @@ void InitializeGame(uint size_x, uint size_y, bool reset_date, bool reset_settin
|
||||
InitializeDockGui();
|
||||
InitializeGraphGui();
|
||||
InitializeObjectGui();
|
||||
InitializeTownGui();
|
||||
InitializeAIGui();
|
||||
InitializeTrees();
|
||||
InitializeIndustries();
|
||||
|
Reference in New Issue
Block a user