mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Clean up instances of 0x.. & 0x.. to 0x.., 0x..
This commit is contained in:
@@ -197,7 +197,10 @@ static void input_scroll_drag_begin(int x, int y, rct_window* w, rct_widget* wid
|
||||
platform_hide_cursor();
|
||||
}
|
||||
|
||||
/* Based on (heavily changed) rct2: 0x006E9E0E & 0x006E9ED0 */
|
||||
/**
|
||||
* Based on (heavily changed)
|
||||
* rct2: 0x006E9E0E, 0x006E9ED0
|
||||
*/
|
||||
static void input_scroll_drag_continue(int x, int y, rct_window* w) {
|
||||
uint8 widgetIndex = _dragWidgetIndex;
|
||||
uint8 scrollIndex = _dragScrollIndex;
|
||||
|
||||
Reference in New Issue
Block a user