mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
Merge pull request #19194 from Gymnasiast/refactor/sub-loc
Rename sub_ and loc_ functions
This commit is contained in:
@@ -278,7 +278,7 @@ void SetupInUseSelectionFlags()
|
||||
*
|
||||
* rct2: 0x006AB211
|
||||
*/
|
||||
void sub_6AB211()
|
||||
void Sub6AB211()
|
||||
{
|
||||
int32_t numObjects = static_cast<int32_t>(ObjectRepositoryGetItemsCount());
|
||||
_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>(ObjectRepositoryGetItemsCount());
|
||||
|
||||
Reference in New Issue
Block a user