1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 22:13:07 +01:00

Merge pull request #9 from Gymnasiast/patch-5

Highlight tile when buying construction rights, fixes #1017
This commit is contained in:
Michael Steenbeek
2015-04-15 11:40:51 +02:00

View File

@@ -809,7 +809,7 @@ static void window_park_entrance_toolupdate()
window_tool_get_registers(w, widgetIndex, x, y);
if (widgetIndex == WIDX_BUY_LAND_RIGHTS) {
if (widgetIndex == WIDX_BUY_LAND_RIGHTS || widgetIndex == WIDX_BUY_CONSTRUCTION_RIGHTS) {
map_invalidate_selection_rect();
RCT2_GLOBAL(RCT2_ADDRESS_MAP_SELECTION_FLAGS, uint16) &= 0xFFFE;
screen_pos_to_map_pos(&x, &y, NULL);