Player window: use LIST_ROW_HEIGHT.

This commit is contained in:
Aaron van Geffen 2018-03-09 20:49:27 +01:00
parent 32e0f12f5b
commit 686fedc671
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,7 @@ void window_player_statistics_paint(rct_window *w, rct_drawpixelinfo *dpi)
set_format_arg(0, uint32, network_get_player_commands_ran(player));
gfx_draw_string_left(dpi, STR_COMMANDS_RAN, gCommonFormatArgs, COLOUR_BLACK, x, y);
y += 10;
y += LIST_ROW_HEIGHT;
set_format_arg(0, uint32, network_get_player_money_spent(player));
gfx_draw_string_left(dpi, STR_MONEY_SPENT, gCommonFormatArgs, COLOUR_BLACK, x, y);