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
commit 28490c4674
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);