summaryrefslogtreecommitdiff
path: root/src/town.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-02-11 19:31:29 +0000
committerrubidium <rubidium@openttd.org>2007-02-11 19:31:29 +0000
commitb03de4ad9064422d7067776336317fbfbed885d4 (patch)
tree684b458a428ef61ac5e4df1f9405da10f8df6494 /src/town.h
parentc80f7fc587d7c135585d075dd669b8108d05f580 (diff)
downloadopenttd-b03de4ad9064422d7067776336317fbfbed885d4.tar.xz
(svn r8681) -Fix (FS#608): wrong comment (rfalke)
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());