src/town.h
changeset 6233 57721387461b
parent 6220 0c2371b1edda
child 6298 c30fe89622df
child 9888 7cf72895ca8c
--- 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());