From fc5784a3103d5e4fc0dbfec5f905a6ebbfd9c84b Mon Sep 17 00:00:00 2001 From: matthijs Date: Thu, 16 Jun 2005 17:53:40 +0000 Subject: (svn r2447) * Add: [NPF] Penalty for road vehicles making turns. --- settings.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.c') diff --git a/settings.c b/settings.c index 0358d0fca..d63662597 100644 --- a/settings.c +++ b/settings.c @@ -975,6 +975,8 @@ const SettingDesc patch_settings[] = { * rail curve penalty, since ships (realisticly) have more trouble with * making turns */ {"npf_water_curve_penalty", SDT_UINT32, (void*)(NPF_TILE_LENGTH / 4), &_patches.npf_water_curve_penalty, NULL}, + /* This is the penalty for road, same as for rail. */ + {"npf_road_curve_penalty", SDT_UINT32, (void*)(1), &_patches.npf_road_curve_penalty, NULL}, {NULL, 0, NULL, NULL, NULL} }; -- cgit v1.2.3-54-g00ecf