From ca384e0b5177cf8f7f7111c93e8a89b502f1ee45 Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Sat, 22 Nov 2014 23:45:30 +0000 Subject: [PATCH] fix #278, objective window complete / fail text mis-aligned --- src/windows/park.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/park.c b/src/windows/park.c index 05f0929507..71a5e5ca5a 100644 --- a/src/windows/park.c +++ b/src/windows/park.c @@ -1729,7 +1729,7 @@ static void window_park_objective_paint() RCT2_GLOBAL(0x013CE954, short) = date_get_total_months(MONTH_OCTOBER, RCT2_GLOBAL(RCT2_ADDRESS_OBJECTIVE_YEAR, uint8)); RCT2_GLOBAL(0x013CE956, int) = RCT2_GLOBAL(RCT2_ADDRESS_OBJECTIVE_CURRENCY, sint32); - gfx_draw_string_left_wrapped(dpi, (void*)0x013CE952, x, y, 221, 2385 + RCT2_GLOBAL(RCT2_ADDRESS_OBJECTIVE_TYPE, uint8), 0); + y += gfx_draw_string_left_wrapped(dpi, (void*)0x013CE952, x, y, 221, 2385 + RCT2_GLOBAL(RCT2_ADDRESS_OBJECTIVE_TYPE, uint8), 0); y += 5; // Objective outcome