misc_gui.c
branch0.5
changeset 5542 c719509fb0b7
parent 5519 f666f6b62978
--- a/misc_gui.c	Sun Sep 09 20:36:15 2007 +0000
+++ b/misc_gui.c	Sun Sep 09 20:52:54 2007 +0000
@@ -384,7 +384,7 @@
 	case WE_PLACE_MOUSEUP:
 		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));
+				CMD_PLANT_TREE | CMD_MSG(STR_2805_CAN_T_PLANT_TREE_HERE));
 		}
 		break;