mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Fix clang format (#9393)
This commit is contained in:
@@ -3039,7 +3039,8 @@ void ride_measurements_update()
|
|||||||
FOR_ALL_RIDES (i, ride)
|
FOR_ALL_RIDES (i, ride)
|
||||||
{
|
{
|
||||||
auto measurement = ride->measurement.get();
|
auto measurement = ride->measurement.get();
|
||||||
if (measurement != nullptr && (ride->lifecycle_flags & RIDE_LIFECYCLE_ON_TRACK) && ride->status != RIDE_STATUS_SIMULATING)
|
if (measurement != nullptr && (ride->lifecycle_flags & RIDE_LIFECYCLE_ON_TRACK)
|
||||||
|
&& ride->status != RIDE_STATUS_SIMULATING)
|
||||||
{
|
{
|
||||||
if (measurement->flags & RIDE_MEASUREMENT_FLAG_RUNNING)
|
if (measurement->flags & RIDE_MEASUREMENT_FLAG_RUNNING)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user