diff --git a/src/openrct2-ui/input/MouseInput.cpp b/src/openrct2-ui/input/MouseInput.cpp index e4183d3a42..e6dfd8e9f9 100644 --- a/src/openrct2-ui/input/MouseInput.cpp +++ b/src/openrct2-ui/input/MouseInput.cpp @@ -120,7 +120,7 @@ void game_handle_input() { game_handle_input_mouse(screenCoords, state); } - else if (screenCoords.x != MONEY32_UNDEFINED) + else { int32_t screenWidth = context_get_width(); int32_t screenHeight = context_get_height();