(svn r27406) -Doc: Use same start/end tile convention in CmdPlantTree as in other TileArea commands. (HackaLittleBit)

This commit is contained in:
frosch 2015-09-30 17:28:58 +00:00
parent 2b10ddc1a2
commit bfa3528069
1 changed files with 2 additions and 2 deletions

View File

@ -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
*/