From f8ceee0a345c2284862094f2aa8d6d46c1ff89ed Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 11 Feb 2007 19:31:29 +0000 Subject: (svn r8681) -Fix (FS#608): wrong comment (rfalke) --- src/town.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town.h') 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()); -- cgit v1.2.3-54-g00ecf