1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Rename sub_ and loc_ functions

This commit is contained in:
Gymnasiast
2023-01-17 19:05:14 +01:00
parent 31ea968480
commit 3cc2d94b1b
18 changed files with 178 additions and 178 deletions

View File

@@ -278,7 +278,7 @@ void SetupInUseSelectionFlags()
*
* rct2: 0x006AB211
*/
void sub_6AB211()
void Sub6AB211()
{
int32_t numObjects = static_cast<int32_t>(object_repository_get_items_count());
_objectSelectionFlags = std::vector<uint8_t>(numObjects);
@@ -654,7 +654,7 @@ bool EditorCheckObjectGroupAtLeastOneSurfaceSelected(bool queue)
int32_t EditorRemoveUnusedObjects()
{
sub_6AB211();
Sub6AB211();
SetupInUseSelectionFlags();
int32_t numObjects = static_cast<int32_t>(object_repository_get_items_count());