Highlight tile when buying construction rights, fixes #1017

This commit is contained in:
Michael Steenbeek 2015-04-14 18:45:54 +02:00
parent eb0c7e92da
commit 6fe3b5bdd2
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);