(svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default.

This commit is contained in:
frosch
2017-02-26 20:31:02 +00:00
parent a09cc8dda0
commit 1b9139efe8
2 changed files with 6 additions and 4 deletions

View File

@@ -760,7 +760,7 @@ base = GameSettings
var = vehicle.train_acceleration_model
type = SLE_UINT8
guiflags = SGF_MULTISTRING
def = 0
def = 1
min = 0
max = 1
interval = 1
@@ -775,7 +775,7 @@ var = vehicle.roadveh_acceleration_model
type = SLE_UINT8
from = 139
guiflags = SGF_MULTISTRING
def = 0
def = 1
min = 0
max = 1
interval = 1