summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-02-13 14:21:36 +0000
committersmatz <smatz@openttd.org>2008-02-13 14:21:36 +0000
commit507728f46b47ed3a8e941d93d770eb7c04635cd8 (patch)
treef31f432525a86f656f7d7d5e7c49bbd75af4a86b /src/settings_type.h
parentdf7327b4536224a78efab4586ec152ec36bdd982 (diff)
downloadopenttd-507728f46b47ed3a8e941d93d770eb7c04635cd8.tar.xz
(svn r12129) -Change [FS#1759]: simplified patch settings for pathfinders (Yorick)
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 6985f63a0..3460f47ed 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -126,6 +126,10 @@ struct Patches {
uint16 servint_aircraft; ///< service interval for aircraft
uint16 servint_ships; ///< service interval for ships
+ uint8 pathfinder_for_trains; ///< the pathfinder to use for trains
+ uint8 pathfinder_for_roadvehs; ///< the pathfinder to use for roadvehicles
+ uint8 pathfinder_for_ships; ///< the pathfinder to use for ships
+
bool autorenew;
int16 autorenew_months;
int32 autorenew_money;