diff options
Diffstat (limited to 'variables.h')
-rw-r--r-- | variables.h | 2 |
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 |