1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 13:39:09 +00:00

(svn r17963) -Codechange: some documentation style

This commit is contained in:
rubidium
2009-11-03 17:30:08 +00:00
parent b211e0d5f5
commit d79439fb3c
7 changed files with 20 additions and 20 deletions

View File

@@ -1101,7 +1101,7 @@ struct PerformanceRatingDetailWindow : Window {
if (score_type == SCORE_LOAN) val = needed - val;
/* Draw the amount we have against what is needed
* For some of them it is in currency format */
* For some of them it is in currency format */
SetDParam(0, val);
SetDParam(1, needed);
switch (score_type) {