1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove comparison of ScreenCoords with MONEY32_UNDEFINED (#10124)

This commit is contained in:
Tulio Leao
2019-10-29 13:36:57 -03:00
committed by Michael Steenbeek
parent 78c550351d
commit 96e54519ca

View File

@@ -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();