(svn r8681) -Fix (FS#608): wrong comment (rfalke)
authorrubidium
Sun, 11 Feb 2007 19:31:29 +0000
changeset 6233 57721387461b
parent 6232 09125a3ceba4
child 6234 42bf2d268a86
child 6309 8b9b549655dc
(svn r8681) -Fix (FS#608): wrong comment (rfalke)
src/town.h
--- a/src/town.h	Sun Feb 11 17:39:28 2007 +0000
+++ b/src/town.h	Sun Feb 11 19:31:29 2007 +0000
@@ -200,7 +200,7 @@
 		num--;
 
 		index++;
-		/* Make sure we have a valid industry */
+		/* Make sure we have a valid town */
 		while (!IsValidTownID(index)) {
 			index++;
 			assert(index <= GetMaxTownIndex());