Update to v4 of house placing patch.
This commit is contained in:
@@ -25,6 +25,7 @@ static bool TrainSlopeSteepnessChanged(int32 p1);
|
||||
static bool RoadVehSlopeSteepnessChanged(int32 p1);
|
||||
static bool DragSignalsDensityChanged(int32);
|
||||
static bool TownFoundingChanged(int32 p1);
|
||||
static bool AllowPlacingHousesChanged(int32 p1);
|
||||
static bool DifficultyNoiseChange(int32 i);
|
||||
static bool MaxNoAIsChange(int32 i);
|
||||
static bool CheckRoadSide(int p1);
|
||||
@@ -617,6 +618,17 @@ def = true
|
||||
str = STR_CONFIG_SETTING_ALLOW_TOWN_LEVEL_CROSSINGS
|
||||
strhelp = STR_CONFIG_SETTING_ALLOW_TOWN_LEVEL_CROSSINGS_HELPTEXT
|
||||
|
||||
; TODO: add this setting to savegames
|
||||
[SDT_BOOL]
|
||||
base = GameSettings
|
||||
var = economy.allow_placing_houses
|
||||
flags = SLF_NOT_IN_SAVE
|
||||
def = false
|
||||
str = STR_CONFIG_SETTING_ALLOW_PLACING_HOUSES
|
||||
strhelp = STR_CONFIG_SETTING_ALLOW_PLACING_HOUSES_HELPTEXT
|
||||
proc = AllowPlacingHousesChanged
|
||||
cat = SC_BASIC
|
||||
|
||||
; link graph
|
||||
|
||||
[SDT_VAR]
|
||||
|
||||
Reference in New Issue
Block a user