Old revision #pidxg1mfb | New revision #px4pxjaj8 | ||
---|---|---|---|
1 | |||
2 | function MainClass::IsTownGrowing() { | 1 | function MainClass::IsTownGrowing() { |
3 | local townList = GSTownList(); | 2 | local townList = GSTownList(); |
4 | for (local town = townList.Begin(); !townList.IsEnd(); town = townList.Next()) { | 3 | for (local town = townList.Begin(); !townList.IsEnd(); town = townList.Next()) { | … | … |
46 | } | 45 | } |
47 | } | 46 | } |
48 | } | 47 | } |
49 | GSLog.Info(" "); | 48 | GSLog.Info(" "); |
49 | } | ||
50 | } |