mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Apply code style to context functions
This commit is contained in:
@@ -96,7 +96,7 @@ void track_design_save_select_tile_element(
|
||||
auto result = track_design_save_add_tile_element(interactionType, loc, tileElement);
|
||||
if (!result.IsSuccess)
|
||||
{
|
||||
context_show_error(STR_SAVE_TRACK_SCENERY_UNABLE_TO_SELECT_ADDITIONAL_ITEM_OF_SCENERY, result.Message, {});
|
||||
ContextShowError(STR_SAVE_TRACK_SCENERY_UNABLE_TO_SELECT_ADDITIONAL_ITEM_OF_SCENERY, result.Message, {});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user