1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Fix original call

This commit is contained in:
Marijn van der Werf
2016-10-17 19:56:26 +02:00
parent 58e5df75f0
commit ed9f67cc46

View File

@@ -183,7 +183,7 @@ static void CallOriginal(
(int) trackDirectionList, (int) trackDirectionList,
direction, direction,
height, height,
(int) &mapElement, (int) mapElement,
rideIndex * sizeof(rct_ride), rideIndex * sizeof(rct_ride),
trackSequence trackSequence
); );