Allow overriding town settings on a per-town basis
Add a setting for whether this is allowed for non-privileged multiplayer clients
This commit is contained in:
@@ -1465,6 +1465,11 @@ static void DifficultyRenameTownsMultiplayerChange(int32 new_value)
|
||||
SetWindowClassesDirty(WC_TOWN_VIEW);
|
||||
}
|
||||
|
||||
static void DifficultyOverrideTownSettingsMultiplayerChange(int32 new_value)
|
||||
{
|
||||
SetWindowClassesDirty(WC_TOWN_AUTHORITY);
|
||||
}
|
||||
|
||||
static void MaxNoAIsChange(int32 new_value)
|
||||
{
|
||||
if (GetGameSettings().difficulty.max_no_competitors != 0 &&
|
||||
|
Reference in New Issue
Block a user