diff --git a/src/openrct2/Context.cpp b/src/openrct2/Context.cpp index c1f502ff3e..466862c0ee 100644 --- a/src/openrct2/Context.cpp +++ b/src/openrct2/Context.cpp @@ -1045,11 +1045,11 @@ extern "C" return windowManager->ShowError(title, message); } -void context_update_map_tooltip() -{ - auto windowManager = GetContext()->GetUiContext()->GetWindowManager(); - windowManager->UpdateMapTooltip(); -} + void context_update_map_tooltip() + { + auto windowManager = GetContext()->GetUiContext()->GetWindowManager(); + windowManager->UpdateMapTooltip(); + } void context_input_handle_keyboard(bool isTitle) {