j_mie6
Deity
The "= city.isProductionProcess()" on the second line shouldn't be there.
A somewhat shorter version would be this:
If you are not going to use the "bIsProcess" variable for anything else, you may as well get rid of it like that. If it is going to be checked again then you may want to keep it.Code:iPastOverflow = 0 if not city.isProductionProcess(): iPastOverflow = city.getOverflowProduction()
hmm, oops. copy & paste

yeah I wrote that under the presumption that if it is in the C++ code they might need it again somewhere
