(svn r1964) - Add: [NPF] Added a penalty

This commit is contained in:
matthijs
2005-03-08 19:59:56 +00:00
parent 232e41f2ff
commit aea57f2026
3 changed files with 6 additions and 1 deletions

View File

@@ -949,6 +949,7 @@ const SettingDesc patch_settings[] = {
*/
{"npf_rail_station_penalty", SDT_UINT32, (void*)(1 * NPF_TILE_LENGTH), &_patches.npf_rail_station_penalty, NULL},
{"npf_rail_slope_penalty", SDT_UINT32, (void*)(1 * NPF_TILE_LENGTH), &_patches.npf_rail_slope_penalty, NULL},
{"npf_rail_curve_penalty", SDT_UINT32, (void*)(1), &_patches.npf_rail_curve_penalty, NULL},
{NULL, 0, NULL, NULL, NULL}
};