summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorKUDr <KUDr@openttd.org>2006-10-17 16:16:19 +0000
committerKUDr <KUDr@openttd.org>2006-10-17 16:16:19 +0000
commit13f8fa8ba99ad4b9cca8ef5c624b42dc719860c0 (patch)
tree70880ca0146adbd4518bce82cbad4db6e7dd3b36 /variables.h
parent3625d6f06b017ce24d0734ccdfb1b1333f26590e (diff)
downloadopenttd-13f8fa8ba99ad4b9cca8ef5c624b42dc719860c0.tar.xz
(svn r6800) -Feature change: [train is lost] message is now generated immediately when pathfinder can't find the path. (thanks MeusH, peter1138 and Brianetta for ideas and help).
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index ef3d04b42..3c222ad1a 100644
--- a/variables.h
+++ b/variables.h
@@ -97,7 +97,7 @@ typedef struct Patches {
bool build_rawmaterial_ind; // allow building raw material industries
bool multiple_industry_per_town; // allow many industries of the same type per town
bool same_industry_close; // allow same type industries to be built close to each other
- uint16 lost_train_days; // if a train doesn't switch order in this amount of days, a train is lost warning is shown
+ bool lost_train_warn; // if a train can't find its destination, show a warning
uint8 order_review_system;
bool train_income_warn; // if train is generating little income, show a warning
bool status_long_date; // always show long date in status bar