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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user