(svn r15457) -Fix: typo in stringid.

This commit is contained in:
rubidium
2009-02-12 15:17:10 +00:00
parent a6ea606bb3
commit 31f3d5b6d5
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;