Fix #4031: Costs of land rights not displayed when hovering a tile

This commit is contained in:
Josue Acevedo 2016-07-11 03:31:42 -05:00 committed by Ted John
parent a5a0e0fc0e
commit c17a89707c
1 changed files with 1 additions and 1 deletions

View File

@ -798,7 +798,7 @@ void window_park_entrance_tool_update_land_rights(sint16 x, sint16 y)
0x4,
gMapSelectPositionA.y,
LandRightsMode ? 0x00E : 0x20F,
35,
GAME_COMMAND_BUY_LAND_RIGHTS,
gMapSelectPositionB.x,
gMapSelectPositionB.y
);