Mercurial > hg > openttd
diff src/graph_gui.cpp @ 13454:24547db62b5c draft
(svn r17963) -Codechange: some documentation style
author | rubidium <rubidium@openttd.org> |
---|---|
date | Tue, 03 Nov 2009 17:30:08 +0000 (2009-11-03) |
parents | 37fb6e7b7eb9 |
children | e7121cbd5f5a |
line wrap: on
line diff
--- a/src/graph_gui.cpp +++ b/src/graph_gui.cpp @@ -1101,7 +1101,7 @@ 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) {