Allow changing running cost divider settings in game

This commit is contained in:
Jonathan G Rennison
2021-11-18 23:31:21 +00:00
parent fddc9fb975
commit 33bedf0061

View File

@@ -276,7 +276,6 @@ cat = SC_BASIC
var = difficulty.vehicle_costs_in_depot
type = SLE_UINT8
from = SLV_97
flags = SF_NEWGAME_ONLY | SF_SCENEDIT_TOO
def = 1
min = 1
max = 8
@@ -288,7 +287,6 @@ strval = STR_CONFIG_SETTING_RUNNING_COSTS_IN_DEPOT_VALUE
var = difficulty.vehicle_costs_when_stopped
type = SLE_UINT8
from = SLV_97
flags = SF_NEWGAME_ONLY | SF_SCENEDIT_TOO
def = 1
min = 1
max = 8