summaryrefslogtreecommitdiff
path: root/src/unmovable_cmd.cpp
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-04-18 00:41:09 +0000
committerbelugas <belugas@openttd.org>2007-04-18 00:41:09 +0000
commit0eaa72e324dfd350a52679ec215e4f1a8851c606 (patch)
tree62ecd42d6d65f42f8ae433dfc400382743ca4065 /src/unmovable_cmd.cpp
parent76faa0f7590df57c1830eb5a27362756f0c16a18 (diff)
downloadopenttd-0eaa72e324dfd350a52679ec215e4f1a8851c606.tar.xz
(svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections...
Diffstat (limited to 'src/unmovable_cmd.cpp')
-rw-r--r--src/unmovable_cmd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unmovable_cmd.cpp b/src/unmovable_cmd.cpp
index 4e496ec21..4fc3b7b96 100644
--- a/src/unmovable_cmd.cpp
+++ b/src/unmovable_cmd.cpp
@@ -27,8 +27,9 @@
/** Destroy a HQ.
* During normal gameplay you can only implicitely destroy a HQ when you are
* rebuilding it. Otherwise, only water can destroy it.
- * @param tile tile coordinates where HQ is located to destroy
+ * @param pid Player requesting the destruction of his HQ
* @param flags docommand flags of calling function
+ * @return cost of the operation
*/
static int32 DestroyCompanyHQ(PlayerID pid, uint32 flags)
{