Simplify strings for tracerestrict change counter action

This commit is contained in:
Jonathan G Rennison
2022-10-13 19:04:59 +01:00
parent 91af0c82d3
commit 7167175aa5
6 changed files with 17 additions and 18 deletions

View File

@@ -1676,8 +1676,7 @@ static void DrawInstructionString(const TraceRestrictProgram *prog, TraceRestric
SetDParam(0, STR_TRACE_RESTRICT_COUNTER_NAME);
SetDParam(1, GetTraceRestrictValue(item));
}
SetDParam(2, selected ? STR_TRACE_RESTRICT_WHITE : STR_EMPTY);
SetDParam(3, value);
SetDParam(2, value);
break;
}