mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-17 17:32:45 +01:00
(svn r8681) -Fix (FS#608): wrong comment (rfalke)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user