jhhoward / MicroCity

City simulator game for microcontrollers
GNU General Public License v3.0
89 stars 14 forks source link

taxes are not collected on industry #5

Open benob opened 3 months ago

benob commented 3 months ago

In Simulation.cpp around line 111, totalPopulation used for tax computation is computed with twice residential population and misses industrial population. It results in the tax collection being independent of industry buildings.