diff -r 7d84a318e3a4 -r ec6d8b5551f4 misc_gui.c --- a/misc_gui.c Sat Oct 28 18:49:28 2006 +0000 +++ b/misc_gui.c Sat Oct 28 23:47:00 2006 +0000 @@ -374,7 +374,7 @@ return; case WE_PLACE_MOUSEUP: - if (e->we.click.pt.x != -1) { + if (e->we.place.pt.x != -1) { DoCommandP(e->we.place.tile, _tree_to_plant, e->we.place.starttile, NULL, CMD_PLANT_TREE | CMD_AUTO | CMD_MSG(STR_2805_CAN_T_PLANT_TREE_HERE)); }