From abf08017257083bd12f3c41ea0027b6cb955400b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Thu, 7 Jan 2016 21:25:42 +0100 Subject: [PATCH] Fix erroneous address --- src/ride/track_paint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ride/track_paint.c b/src/ride/track_paint.c index 26f762edd9..649bf1c41d 100644 --- a/src/ride/track_paint.c +++ b/src/ride/track_paint.c @@ -684,7 +684,7 @@ static void top_spin_paint_tile_6(uint8 rideIndex, uint8 trackSequence, uint8 di RCT2_GLOBAL(0x141E9CA, uint16) = 32; RCT2_GLOBAL(0x141E9CC, uint16) = 0xFFFF; RCT2_GLOBAL(0x141E9D0, uint16) = height + 2; - RCT2_GLOBAL(0x141E9D0, uint16) = 32; + RCT2_GLOBAL(0x141E9D2, uint16) = 32; RCT2_GLOBAL(0x141E9D4, uint16) = 0xFFFF; height += 110;