mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Rename snake_case functions in openrct2/src folder
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
This commit is contained in:
@@ -521,7 +521,7 @@ void WindowAllWheelInput()
|
||||
return;
|
||||
|
||||
// Check window cursor is over
|
||||
if (!(input_test_flag(INPUT_FLAG_5)))
|
||||
if (!(InputTestFlag(INPUT_FLAG_5)))
|
||||
{
|
||||
rct_window* w = WindowFindFromPoint(cursorState->position);
|
||||
if (w != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user