mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
Rename some variables
This commit is contained in:
@@ -1505,8 +1505,8 @@ private:
|
||||
for (; ObjectEntryGetChunk(ObjectType::Ride, entry_index) == nullptr; entry_index++)
|
||||
;
|
||||
|
||||
const auto* ride_entry = GetRideEntryByIndex(entry_index);
|
||||
auto rideType = ride_entry->GetFirstNonNullRideType();
|
||||
const auto* rideEntry = GetRideEntryByIndex(entry_index);
|
||||
auto rideType = rideEntry->GetFirstNonNullRideType();
|
||||
|
||||
auto intent = Intent(WindowClass::TrackDesignList);
|
||||
intent.PutExtra(INTENT_EXTRA_RIDE_TYPE, rideType);
|
||||
|
||||
Reference in New Issue
Block a user