summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-02-04 15:13:20 +0000
committerrubidium <rubidium@openttd.org>2011-02-04 15:13:20 +0000
commit4c5ca174861c4324761b31de5a98a5c9a7d976df (patch)
tree83c8b371d885f2ee61a178e570bcec9474f0a225 /src/settings_type.h
parent71f4067d19b4d861b93bd5f6fe290d9d95eec4fd (diff)
downloadopenttd-4c5ca174861c4324761b31de5a98a5c9a7d976df.tar.xz
(svn r21957) -Cleanup: gotodepot and timetabling settings are more or less useless; just don't use depot orders or timetabling if you don't want to use it
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 3fe5690b3..450a8849f 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -329,9 +329,7 @@ struct OrderSettings {
bool improved_load; ///< improved loading algorithm
bool gradual_loading; ///< load vehicles gradually
bool selectgoods; ///< only send the goods to station if a train has been there
- bool gotodepot; ///< allow goto depot in orders
bool no_servicing_if_no_breakdowns; ///< dont send vehicles to depot when breakdowns are disabled
- bool timetabling; ///< whether to allow timetabling
bool serviceathelipad; ///< service helicopters at helipads automatically (no need to send to depot)
};