Tunnel/bridge signal simulation spacing is now a company setting
This commit is contained in:
@@ -50,7 +50,6 @@ static bool MaxVehiclesChanged(int32 p1);
|
||||
static bool InvalidateShipPathCache(int32 p1);
|
||||
static bool ImprovedBreakdownsSettingChanged(int32 p1);
|
||||
static bool DayLengthChanged(int32 p1);
|
||||
static bool SimulatedWormholeSignalsChanged(int32 p1);
|
||||
static bool EnableSingleVehSharedOrderGuiChanged(int32 p1);
|
||||
static bool CheckYapfRailSignalPenalties(int32 p1);
|
||||
static bool ViewportMapShowTunnelModeChanged(int32 p1);
|
||||
@@ -707,11 +706,11 @@ strval = STR_CONFIG_SETTING_TILE_LENGTH
|
||||
|
||||
[SDT_XREF]
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_SPRINGPP, 2)
|
||||
xref = ""construction.simulated_wormhole_signals""
|
||||
xref = ""construction.old_simulated_wormhole_signals""
|
||||
|
||||
[SDT_XREF]
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_JOKERPP)
|
||||
xref = ""construction.simulated_wormhole_signals""
|
||||
xref = ""construction.old_simulated_wormhole_signals""
|
||||
|
||||
[SDT_VAR]
|
||||
base = GameSettings
|
||||
@@ -758,7 +757,7 @@ patxname = ""chunnel.construction.chunnel""
|
||||
|
||||
[SDT_VAR]
|
||||
base = GameSettings
|
||||
var = construction.simulated_wormhole_signals
|
||||
var = construction.old_simulated_wormhole_signals
|
||||
type = SLE_UINT8
|
||||
flags = 0
|
||||
def = 2
|
||||
@@ -766,8 +765,8 @@ min = 1
|
||||
max = 16
|
||||
str = STR_CONFIG_SETTING_SIMULATE_SIGNALS
|
||||
strval = STR_CONFIG_SETTING_SIMULATE_SIGNALS_VALUE
|
||||
proc = SimulatedWormholeSignalsChanged
|
||||
cat = SC_BASIC
|
||||
extver = SlXvFeatureTest(XSLFTO_AND, XSLFI_SIG_TUNNEL_BRIDGE, 1, 7)
|
||||
patxname = ""signal_tunnel_bridge.construction.simulated_wormhole_signals""
|
||||
|
||||
[SDT_XREF]
|
||||
|
||||
Reference in New Issue
Block a user