mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -71,8 +71,8 @@ void WindowMapTooltipUpdateVisibility()
|
||||
|
||||
// Check for cursor movement
|
||||
_cursorHoldDuration++;
|
||||
if (abs(cursorChange.x) > 5 || abs(cursorChange.y) > 5 || (input_test_flag(INPUT_FLAG_5))
|
||||
|| input_get_state() == InputState::ViewportRight)
|
||||
if (abs(cursorChange.x) > 5 || abs(cursorChange.y) > 5 || (InputTestFlag(INPUT_FLAG_5))
|
||||
|| InputGetState() == InputState::ViewportRight)
|
||||
_cursorHoldDuration = 0;
|
||||
|
||||
_lastCursor = cursor;
|
||||
|
||||
Reference in New Issue
Block a user