Changeset - r19232:d9c6c042a8d5
[Not reviewed]
master
0 1 0
michi_cc - 12 years ago 2012-04-17 19:43:57
michi_cc@openttd.org
(svn r24135) -Remove [FS#4757]: Tree drag size limit.
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/tree_gui.cpp
Show inline comments
 
@@ -145,8 +145,7 @@ public:
 

	
 
	virtual void OnPlaceObject(Point pt, TileIndex tile)
 
	{
 
		VpStartPlaceSizing(tile, VPM_X_AND_Y_LIMITED, DDSP_PLANT_TREES);
 
		VpSetPlaceSizingLimit(20);
 
		VpStartPlaceSizing(tile, VPM_X_AND_Y, DDSP_PLANT_TREES);
 
	}
 

	
 
	virtual void OnPlaceDrag(ViewportPlaceMethod select_method, ViewportDragDropSelectionProcess select_proc, Point pt)
0 comments (0 inline, 0 general)