Add extra comment

This commit is contained in:
Michael Steenbeek 2015-04-29 12:09:52 +02:00
parent 67656a46a9
commit d21cc0f731
1 changed files with 2 additions and 0 deletions

View File

@ -378,6 +378,8 @@ static void window_map_mousedown(int widgetIndex, rct_window*w, rct_widget* widg
}
else if (widgetIndex == WIDX_SET_LAND_RIGHTS)
{
// When unselecting the land rights tool, reset the size so the number doesn't
// stay in the map window.
RCT2_GLOBAL(RCT2_ADDRESS_LAND_TOOL_SIZE, sint16) = 1;
}
}