From 1b9139efe8023daf53bbe8cf978ecb9184f5f278 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 26 Feb 2017 20:31:02 +0000 Subject: (svn r27760) -Change: Enable realisitic train and road vehicle acceleration by default. --- src/table/settings.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/table') 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 -- cgit v1.2.3-54-g00ecf