Cleanup #9725: Clean up Doxygen docs and fix typo. (#9753)

This commit is contained in:
Joan Josep
2021-12-19 16:51:45 +01:00
committed by GitHub
parent afc3d71fd0
commit e890e7db76
5 changed files with 1 additions and 8 deletions

View File

@@ -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)