IW:
In AddSuburb.......
- Should "radius = GetCityRadius(HowBig);" be "radius = GetCityRadius(GrowingCity);" on line 20 of AddSuburb?
- Line 52 of AddSuburb: tmp2Loc not set to anything (new variable). Should it be tmpLoc?
- Line 58: Check who owns the cell.
- When checking under radius = 1, why do you need to go to 9? There's only 8 + city squares available to use. If a city needs the second radius to add a suburb, then shouldn't we add an overcrowding event till it expands to radius 2? I bet you don't see you're local City Council zoning land outside of it's influence.
I stopped looking after radius 1 as a size 6 city is still radius 1. Hope this helps mate.
In AddSuburb.......
- Should "radius = GetCityRadius(HowBig);" be "radius = GetCityRadius(GrowingCity);" on line 20 of AddSuburb?
- Line 52 of AddSuburb: tmp2Loc not set to anything (new variable). Should it be tmpLoc?
- Line 58: Check who owns the cell.
- When checking under radius = 1, why do you need to go to 9? There's only 8 + city squares available to use. If a city needs the second radius to add a suburb, then shouldn't we add an overcrowding event till it expands to radius 2? I bet you don't see you're local City Council zoning land outside of it's influence.
I stopped looking after radius 1 as a size 6 city is still radius 1. Hope this helps mate.
Comment