summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
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 b59bf505a..184cea2e0 100644
--- a/src/town.h
+++ b/src/town.h
@@ -200,7 +200,7 @@ static inline Town *GetRandomTown(void)
num--;
index++;
- /* Make sure we have a valid industry */
+ /* Make sure we have a valid town */
while (!IsValidTownID(index)) {
index++;
assert(index <= GetMaxTownIndex());