mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
Tracerestrict: Fix GUI constants for news control actions
This commit is contained in:
parent
f016e54ac3
commit
a0dbd04e34
@ -351,8 +351,8 @@ static const StringID _news_control_value_str[] = {
|
||||
STR_TRACE_RESTRICT_TRAIN_NOT_STUCK_CANCEL_SHORT,
|
||||
};
|
||||
static const uint _news_control_value_val[] = {
|
||||
TRRVF_REVERSE,
|
||||
TRRVF_CANCEL_REVERSE,
|
||||
TRNCF_TRAIN_NOT_STUCK,
|
||||
TRNCF_CANCEL_TRAIN_NOT_STUCK,
|
||||
};
|
||||
|
||||
/** value drop down list for news control types strings and values */
|
||||
|
Loading…
Reference in New Issue
Block a user