Merge pull request #1018 from Gymnasiast/patch-5

Highlight tile when buying construction rights, fixes #1017
This commit is contained in:
Ted John 2015-04-14 17:53:03 +01:00
commit 8499d38b72
1 changed files with 1 additions and 1 deletions

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