1
0
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:
Kyle Kirbatski
2015-12-12 14:08:09 -06:00
parent caf07c2064
commit 4f03530e48
3 changed files with 11 additions and 3 deletions

View File

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