summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-09-30 17:28:58 +0000
committerfrosch <frosch@openttd.org>2015-09-30 17:28:58 +0000
commitbfa352806981ffe1c3e3142455eadafaa9030d1e (patch)
tree06d2d7b32da6f1bfbc00fe8156436c76aed25cb1
parent2b10ddc1a29c953205f950b252a13a38e9f8bcc3 (diff)
downloadopenttd-bfa352806981ffe1c3e3142455eadafaa9030d1e.tar.xz
(svn r27406) -Doc: Use same start/end tile convention in CmdPlantTree as in other TileArea commands. (HackaLittleBit)
-rw-r--r--src/tree_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tree_cmd.cpp b/src/tree_cmd.cpp
index 4fcda82d8..c862f0dbc 100644
--- a/src/tree_cmd.cpp
+++ b/src/tree_cmd.cpp
@@ -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
*/