1
0
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:
duncanspumpkin
2016-04-12 20:14:12 +01:00
parent 08de41bdd5
commit b0fb2451b4

View File

@@ -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;