mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Merge pull request #1327 from trigger-death/tile-inspector-cursor
Tile Inspector Appropriate Cursor
This commit is contained in:
@@ -131,7 +131,7 @@ void window_tile_inspector_open()
|
||||
window_tile_inspector_tile_x = -1;
|
||||
window_tile_inspector_tile_y = -1;
|
||||
|
||||
tool_set(window, WIDX_BACKGROUND, 62);
|
||||
tool_set(window, WIDX_BACKGROUND, 12);
|
||||
}
|
||||
|
||||
static void window_tile_inspector_close()
|
||||
@@ -225,7 +225,6 @@ static void window_tile_inspector_tool_down()
|
||||
|
||||
w->scrolls[0].v_top = 0;
|
||||
window_invalidate(w);
|
||||
|
||||
}
|
||||
|
||||
static void window_tile_inspector_tool_abort()
|
||||
|
||||
Reference in New Issue
Block a user