mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Fix money64 issue in scenario options
This commit is contained in:
@@ -790,7 +790,7 @@ static void window_editor_objective_options_main_paint(rct_window* w, rct_drawpi
|
||||
{
|
||||
int32_t width;
|
||||
rct_string_id stringId;
|
||||
uint32_t arg;
|
||||
uint64_t arg;
|
||||
|
||||
WindowDrawWidgets(w, dpi);
|
||||
window_editor_objective_options_draw_tab_images(w, dpi);
|
||||
|
||||
Reference in New Issue
Block a user