From 232e41f2ff867bd1281c76ec3037d11cb5db0e65 Mon Sep 17 00:00:00 2001 From: matthijs Date: Tue, 8 Mar 2005 19:54:10 +0000 Subject: (svn r1963) - Add: [NPF] Penalty for a red signal that is the last signal on the path. - Add: [NPF] NPFGetFlag() and NPFSetFlag() to wrap NPF node flag handling --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 1f7dbf587..ecc525749 100644 --- a/variables.h +++ b/variables.h @@ -193,6 +193,7 @@ typedef struct Patches { bool new_pathfinding_all; /* Use the newest pathfinding algorithm for all */ uint32 npf_rail_firstred_penalty; /* The penalty for when the first signal is red */ + uint32 npf_rail_lastred_penalty; /* The penalty for when the last signal is red */ uint32 npf_rail_station_penalty; /* The penalty for station tiles */ uint32 npf_rail_slope_penalty; /* The penalty for sloping upwards */ -- cgit v1.2.3-54-g00ecf