summaryrefslogtreecommitdiff
path: root/src/town.h
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
commitd6651c17415eaf29062177a2a40ef02afad0b083 (patch)
tree62ecd42d6d65f42f8ae433dfc400382743ca4065 /src/town.h
parentaddcae43fa97ea2abc82606eedf14c543a06ace0 (diff)
downloadopenttd-d6651c17415eaf29062177a2a40ef02afad0b083.tar.xz
(svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections...
Diffstat (limited to 'src/town.h')
-rw-r--r--src/town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town.h b/src/town.h
index 75157bde3..c181f1b25 100644
--- a/src/town.h
+++ b/src/town.h
@@ -279,7 +279,7 @@ static inline bool IsValidTown(const Town* town)
/**
* Check if a TownID is valid.
- * @param TownID to inquiry
+ * @param index to inquiry in the pool of town
* @return true if it exists
*/
static inline bool IsValidTownID(TownID index)