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:
committed by
Michael Steenbeek
parent
78c550351d
commit
96e54519ca
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user