Tracerestrict: Fix GUI constants for news control actions

This commit is contained in:
Jonathan G Rennison 2024-08-28 00:25:35 +01:00
parent f016e54ac3
commit a0dbd04e34

View File

@ -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 */