chrismessina / micropolis

Automatically exported from code.google.com/p/micropolis
0 stars 0 forks source link

finnigan map has wrong population at startup #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load finnigan map
2. Look at population during startup

Bug: The map has a population of 5 million. Only when the game calculates the 
population it is being set to 0.

What is the expected output? What do you see instead?
It is an empty map, population should be 0

Original issue reported on code.google.com by andreasb...@gmail.com on 4 Oct 2014 at 11:50

GoogleCodeExporter commented 9 years ago
finnigan includes invalid data.

residential population is set to 655340 (raw: 32767)
commercial population is set to 5242720 (raw: 32767)

Original comment by h.rayflood on 16 Jan 2015 at 8:55