mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Fix #3286. Top Spin front support draws correctly now.
Issue caused by mistake when changing the parameter orders of the drawing functions
This commit is contained in:
@@ -328,8 +328,8 @@ static void top_spin_paint_vehicle(sint8 al, sint8 cl, uint8 rideIndex, uint8 di
|
||||
cl,
|
||||
lengthX,
|
||||
lengthY,
|
||||
90,
|
||||
height,
|
||||
90,
|
||||
0);
|
||||
|
||||
RCT2_GLOBAL(0x009DE578, rct_map_element*) = curMapElement;
|
||||
|
||||
Reference in New Issue
Block a user