From ed9f67cc466dea2ed4204531ac690e3162516a57 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Mon, 17 Oct 2016 19:56:26 +0200 Subject: [PATCH] Fix original call --- test/testpaint/TestTrack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testpaint/TestTrack.cpp b/test/testpaint/TestTrack.cpp index cf79e8a7a8..1f9e194c17 100644 --- a/test/testpaint/TestTrack.cpp +++ b/test/testpaint/TestTrack.cpp @@ -183,7 +183,7 @@ static void CallOriginal( (int) trackDirectionList, direction, height, - (int) &mapElement, + (int) mapElement, rideIndex * sizeof(rct_ride), trackSequence );