Merge PR #268 into jgrpp
This commit is contained in:
@@ -381,5 +381,13 @@ min = 0
|
||||
max = ZEM_END - 1
|
||||
cat = SC_BASIC
|
||||
|
||||
[SDTG_VAR]
|
||||
name = ""cargo_payment_x_mode""
|
||||
type = SLE_UINT8
|
||||
var = _cargo_payment_x_mode
|
||||
def = 0
|
||||
min = 0
|
||||
max = 1
|
||||
|
||||
[SDTG_END]
|
||||
|
||||
|
@@ -61,6 +61,7 @@ static bool ViewportMapShowTunnelModeChanged(int32 p1);
|
||||
static bool ViewportMapLandscapeModeChanged(int32 p1);
|
||||
static bool UpdateLinkgraphColours(int32 p1);
|
||||
static bool ClimateThresholdModeChanged(int32 p1);
|
||||
static bool VelocityUnitsChanged(int32 p1);
|
||||
|
||||
static bool UpdateClientName(int32 p1);
|
||||
static bool UpdateServerPassword(int32 p1);
|
||||
@@ -4103,7 +4104,7 @@ guiflags = SGF_MULTISTRING
|
||||
def = 1
|
||||
max = 3
|
||||
full = _locale_units
|
||||
proc = RedrawScreen
|
||||
proc = VelocityUnitsChanged
|
||||
cat = SC_BASIC
|
||||
str = STR_CONFIG_SETTING_LOCALISATION_UNITS_VELOCITY
|
||||
strhelp = STR_CONFIG_SETTING_LOCALISATION_UNITS_VELOCITY_HELPTEXT
|
||||
|
Reference in New Issue
Block a user