1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +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,
direction,
height,
(int) &mapElement,
(int) mapElement,
rideIndex * sizeof(rct_ride),
trackSequence
);