(svn r5967) -Change: use right alignment for the year in the player's balance window instead of centering (about) 'string width' / 2 from the right edge
This commit is contained in:
@@ -48,7 +48,7 @@ static void DrawPlayerEconomyStats(const Player *p, byte mode)
|
||||
do {
|
||||
if (year >= BASE_YEAR + p->inaugurated_year) {
|
||||
SetDParam(0, year);
|
||||
DrawStringCenterUnderline(x-17, 15, STR_7010, 0);
|
||||
DrawStringRightAlignedUnderline(x, 15, STR_7010, 0);
|
||||
sum = 0;
|
||||
for (i = 0; i != 13; i++) {
|
||||
/* draw one row in the price column */
|
||||
|
||||
Reference in New Issue
Block a user