summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
authorJoan Josep <juanjo.ng.83@gmail.com>2021-12-19 16:51:45 +0100
committerGitHub <noreply@github.com>2021-12-19 16:51:45 +0100
commite890e7db76b49976209675c0bf652c25e52cad94 (patch)
tree6b3c3e302d7a1daefbf8ca8aa7902a3266ab9de1 /src/town_cmd.cpp
parentafc3d71fd080aab6a7c8d852016fb18bab5dd5d5 (diff)
downloadopenttd-e890e7db76b49976209675c0bf652c25e52cad94.tar.xz
Cleanup #9725: Clean up Doxygen docs and fix typo. (#9753)
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp
index a04b0364c..405a83cce 100644
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -2782,12 +2782,9 @@ const CargoSpec *FindFirstCargoWithTownEffect(TownEffect effect)
/**
* Change the cargo goal of a town.
* @param flags Type of operation.
- * @param tile Unused.
- * @param p1 various bitstuffed elements
* @param town_id Town ID to cargo game of.
* @param te TownEffect to change the game of.
* @param goal The new goal value.
- * @param text Unused.
* @return Empty cost or an error.
*/
CommandCost CmdTownCargoGoal(DoCommandFlag flags, TownID town_id, TownEffect te, uint32 goal)