(svn r8681) -Fix (FS#608): wrong comment (rfalke)

This commit is contained in:
rubidium 2007-02-11 19:31:29 +00:00
parent ff8a82f749
commit f8ceee0a34
1 changed files with 1 additions and 1 deletions

View File

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