mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
Apply code style to context functions
This commit is contained in:
@@ -686,7 +686,7 @@ int32_t editor_remove_unused_objects()
|
||||
editor_object_flags_free();
|
||||
|
||||
auto intent = Intent(INTENT_ACTION_REFRESH_SCENERY);
|
||||
context_broadcast_intent(&intent);
|
||||
ContextBroadcastIntent(&intent);
|
||||
|
||||
return numUnselectedObjects;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user