1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix code style

This commit is contained in:
Marijn van der Werf
2017-10-27 23:55:04 +02:00
parent ee2f04864f
commit 45b75692d9

View File

@@ -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)
{