(svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user