1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Move all object units into OpenRCT2 namespace (#24980)

* Move all object units into OpenRCT2 namespace

* Dealing with fallout, part 1

* Dealing with fallout, part 2

* Dealing with fallout, part 3

* Apply clang-format in a few more places

* Remove redundant 'virtual' keyword
This commit is contained in:
Aaron van Geffen
2025-08-17 11:46:03 +02:00
committed by GitHub
parent 80b03b1502
commit a053a84486
139 changed files with 8560 additions and 8322 deletions

View File

@@ -1050,7 +1050,7 @@ static void ConsoleCommandLoadObject(InteractiveConsole& console, const argument
return;
}
const RCTObjectEntry* entry = &ori->ObjectEntry;
const auto* entry = &ori->ObjectEntry;
const auto* loadedObject = ObjectManagerGetLoadedObject(ObjectEntryDescriptor(*ori));
if (loadedObject != nullptr)
{