--- 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());