mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Enforce not breaking before assignments and function names
Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com>
This commit is contained in:
committed by
Hielke Morsink
parent
9bfa8bdbe8
commit
95ce592579
@@ -171,8 +171,8 @@ void RideObject::Load()
|
||||
// again. This has been changed to use the calculation results directly - num_vertical_frames and
|
||||
// num_horizontal_frames are no longer set on the vehicle entry.
|
||||
// 0x6DE946
|
||||
vehicleEntry->base_num_frames
|
||||
= CalculateNumVerticalFrames(vehicleEntry) * CalculateNumHorizontalFrames(vehicleEntry);
|
||||
vehicleEntry->base_num_frames = CalculateNumVerticalFrames(vehicleEntry)
|
||||
* CalculateNumHorizontalFrames(vehicleEntry);
|
||||
vehicleEntry->base_image_id = cur_vehicle_images_offset;
|
||||
int32_t image_index = vehicleEntry->base_image_id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user