From b03de4ad9064422d7067776336317fbfbed885d4 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') 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