Remove unused template replacement value strings

This commit is contained in:
Jonathan G Rennison
2021-08-22 12:58:59 +01:00
parent 40599c1ad4
commit d67f63a04e
4 changed files with 4 additions and 19 deletions

View File

@@ -691,7 +691,7 @@ public:
/* Buying cost */
SetDParam(0, CalculateOverallTemplateCost(v));
DrawString(left + ScaleGUITrad(35), right, bottom_edge, STR_TMPL_TEMPLATE_OVR_VALUE_notinyfont, TC_BLUE, SA_LEFT);
DrawString(left + ScaleGUITrad(35), right, bottom_edge, STR_TMPL_TEMPLATE_OVR_VALUE, TC_BLUE, SA_LEFT);
/* Index of current template vehicle in the list of all templates for its company */
SetDParam(0, i);