From 0551fb7170f55445e32e8ec952062d522b296e04 Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Sun, 18 Oct 2015 12:07:45 +0100 Subject: [PATCH] Fix #1914. Removed y variable as it is not part of function call --- src/interface/viewport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/viewport.c b/src/interface/viewport.c index 11175a52d6..f5806c026b 100644 --- a/src/interface/viewport.c +++ b/src/interface/viewport.c @@ -1607,7 +1607,7 @@ static void sub_68B3FB(int x, int y) RCT2_GLOBAL(0x9DEA54, uint16) = 0; RCT2_GLOBAL(0x9DEA56, uint16) = arrowZ + 18; - sub_98197C(0, 0xFF, imageId, y & 0xFF00, arrowZ, 32, 32, RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_ROTATION, uint32)); + sub_98197C(0, 0xFF, imageId, 0, arrowZ, 32, 32, RCT2_GLOBAL(RCT2_ADDRESS_CURRENT_ROTATION, uint32)); } int bx = dx + 52;