mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Fix small flag mistake
This commit is contained in:
committed by
duncanspumpkin
parent
50dbff6dd5
commit
2bd851e26a
@@ -1017,7 +1017,7 @@ static void vehicle_update(rct_vehicle *vehicle)
|
||||
vehicle->velocity <= 0x20000
|
||||
)
|
||||
) {
|
||||
vehicle->update_flags |= VEHICLE_UPDATE_FLAG_15;
|
||||
vehicle->update_flags |= VEHICLE_UPDATE_FLAG_7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user