1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-20 02:42:42 +01:00

(svn r15457) -Fix: typo in stringid.

This commit is contained in:
rubidium
2009-02-12 15:17:10 +00:00
parent 0a673d870b
commit 9fb19be134
51 changed files with 51 additions and 51 deletions

View File

@@ -982,7 +982,7 @@ public:
/* Draw the score */
SetDParam(0, score);
DrawStringRightAligned(107, y, SET_PERFORMANCE_DETAIL_INT, TC_FROMSTRING);
DrawStringRightAligned(107, y, STR_PERFORMANCE_DETAIL_INT, TC_FROMSTRING);
/* Calculate the %-bar */
x = Clamp(val, 0, needed) * 50 / needed;