Changeset - r22224:4819db328372
[Not reviewed]
master
0 1 0
frosch - 9 years ago 2015-09-30 17:28:58
frosch@openttd.org
(svn r27406) -Doc: Use same start/end tile convention in CmdPlantTree as in other TileArea commands. (HackaLittleBit)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/tree_cmd.cpp
Show inline comments
 
@@ -325,10 +325,10 @@ void GenerateTrees()
 

	
 
/**
 
 * Plant a tree.
 
 * @param tile start tile of area-drag of tree plantation
 
 * @param tile end tile of area-drag
 
 * @param flags type of operation
 
 * @param p1 tree type, TREE_INVALID means random.
 
 * @param p2 end tile of area-drag
 
 * @param p2 start tile of area-drag of tree plantation
 
 * @param text unused
 
 * @return the cost of this operation or an error
 
 */
0 comments (0 inline, 0 general)