1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Remove snake_case from Class names OpenRCT2/Ride*-S* (#19232)

* Remove snake_case from Class names OpenRCT2/Ride*-S*

* Clang format
This commit is contained in:
Duncan
2023-01-20 20:58:55 +00:00
committed by GitHub
parent cf9aad7885
commit 7d08372c80
71 changed files with 271 additions and 277 deletions

View File

@@ -701,7 +701,7 @@ private:
if (rideObject == nullptr)
continue;
const auto* entry = static_cast<rct_ride_entry*>(rideObject->GetLegacyData());
const auto* entry = static_cast<RideObjectEntry*>(rideObject->GetLegacyData());
if (entry == nullptr)
continue;