Remove "Disable vehicle image update" setting
This commit is contained in:
@@ -60,7 +60,6 @@ static bool CheckYapfRailSignalPenalties(int32 p1);
|
||||
static bool ViewportMapShowTunnelModeChanged(int32 p1);
|
||||
static bool ViewportMapLandscapeModeChanged(int32 p1);
|
||||
static bool UpdateLinkgraphColours(int32 p1);
|
||||
static bool InvalidateAllVehicleImageCaches(int32 p1);
|
||||
static bool ClimateThresholdModeChanged(int32 p1);
|
||||
|
||||
static bool UpdateClientName(int32 p1);
|
||||
@@ -5438,15 +5437,6 @@ strval = STR_CONFIG_SETTING_LINKGRAPH_COLOURS_GREEN_TO_RED
|
||||
proc = UpdateLinkgraphColours
|
||||
cat = SC_BASIC
|
||||
|
||||
[SDTC_BOOL]
|
||||
var = gui.disable_vehicle_image_update
|
||||
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
def = false
|
||||
str = STR_CONFIG_SETTING_DISABLE_VEHICLE_IMAGE_UPDATE
|
||||
strhelp = STR_CONFIG_SETTING_DISABLE_VEHICLE_IMAGE_UPDATE_HELPTEXT
|
||||
proc = InvalidateAllVehicleImageCaches
|
||||
cat = SC_EXPERT
|
||||
|
||||
[SDTC_VAR]
|
||||
var = gui.vehicle_names
|
||||
type = SLE_UINT8
|
||||
|
Reference in New Issue
Block a user