diff options
author | frosch <frosch@openttd.org> | 2017-02-26 20:31:02 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2017-02-26 20:31:02 +0000 |
commit | 1b9139efe8023daf53bbe8cf978ecb9184f5f278 (patch) | |
tree | 154656bca68ee8a0fec4b9dd1fc9892fb292ebf9 /src/table | |
parent | a09cc8dda0008100384195dba4fd10ee5649e5e0 (diff) | |
download | openttd-1b9139efe8023daf53bbe8cf978ecb9184f5f278.tar.xz |
(svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index f314f21e9..8e2aecac1 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -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 |