mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-05 10:47:27 +01:00
(svn r8681) -Fix (FS#608): wrong comment (rfalke)
This commit is contained in:
parent
ff8a82f749
commit
f8ceee0a34
@ -200,7 +200,7 @@ static inline Town *GetRandomTown(void)
|
|||||||
num--;
|
num--;
|
||||||
|
|
||||||
index++;
|
index++;
|
||||||
/* Make sure we have a valid industry */
|
/* Make sure we have a valid town */
|
||||||
while (!IsValidTownID(index)) {
|
while (!IsValidTownID(index)) {
|
||||||
index++;
|
index++;
|
||||||
assert(index <= GetMaxTownIndex());
|
assert(index <= GetMaxTownIndex());
|
||||||
|
Loading…
Reference in New Issue
Block a user