mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 01:04:50 +01:00
Fix #4042: Park name isn't shown in objective selection
This commit is contained in:
@@ -986,7 +986,7 @@ static void window_editor_objective_options_main_paint(rct_window *w, rct_drawpi
|
||||
set_format_arg(0, uint16, gParkName);
|
||||
}
|
||||
set_format_arg(2, uint32, gParkNameArgs);
|
||||
gfx_draw_string_left_clipped(dpi, STR_CLIMATE_LABEL, gCommonFormatArgs, 0, x, y, width);
|
||||
gfx_draw_string_left_clipped(dpi, STR_WINDOW_PARK_NAME, gCommonFormatArgs, 0, x, y, width);
|
||||
|
||||
// Scenario name
|
||||
x = w->x + 8;
|
||||
|
||||
Reference in New Issue
Block a user