mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 09:44:52 +01:00
Update RideStatus to current code style
This commit is contained in:
@@ -300,7 +300,7 @@ namespace OpenRCT2::Ui
|
||||
return info;
|
||||
}
|
||||
ride = GetRide(vehicle->ride);
|
||||
if (ride != nullptr && ride->status == RideStatus::Closed)
|
||||
if (ride != nullptr && ride->status == RideStatus::closed)
|
||||
{
|
||||
auto ft = Formatter();
|
||||
ft.Add<StringId>(STR_MAP_TOOLTIP_STRINGID_CLICK_TO_MODIFY);
|
||||
@@ -329,7 +329,7 @@ namespace OpenRCT2::Ui
|
||||
return info;
|
||||
}
|
||||
|
||||
if (ride->status != RideStatus::Closed)
|
||||
if (ride->status != RideStatus::closed)
|
||||
return info;
|
||||
|
||||
auto ft = Formatter();
|
||||
|
||||
Reference in New Issue
Block a user