summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
authorEddi-z <43699911+Eddi-z@users.noreply.github.com>2019-01-05 22:10:37 +0100
committerIngo von Borstel <github@planetmaker.de>2019-01-05 22:10:37 +0100
commit13056aedbc0a6c22704a525c1395980d887e0ad2 (patch)
tree203f6ae42080094d4940675eabbc15b6f5cccb51 /src/order_gui.cpp
parent96b961c69a7be052b9104994b73801b32b5e1c41 (diff)
downloadopenttd-13056aedbc0a6c22704a525c1395980d887e0ad2.tar.xz
Add: Conditional order for max. reliability (patch by Cirdan, #6360) (#7017)
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index 9045fac6b..81350deb7 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -152,6 +152,7 @@ static const StringID _order_goto_dropdown_aircraft[] = {
static const OrderConditionVariable _order_conditional_variable[] = {
OCV_LOAD_PERCENTAGE,
OCV_RELIABILITY,
+ OCV_MAX_RELIABILITY,
OCV_MAX_SPEED,
OCV_AGE,
OCV_REMAINING_LIFETIME,