(prod_nat): Change the wording from "total pop is" to

"total pop was" to be less confusing.  The total population
display is the total at the start of the update, not after the
update is complete.
This commit is contained in:
Ron Koenderink 2006-07-20 01:29:25 +00:00
parent 60fc522758
commit 379cb0a840

View file

@ -173,7 +173,7 @@ prod_nat(int etu)
levels[n][NAT_RLEV] =
limit_level(levels[n][NAT_RLEV] / 1, NAT_RLEV, 0) * 1;
wu((natid)0, n,
"total pop is %ld, yielding %4.2f hap, %4.2f edu\n",
"total pop was %ld, yielding %4.2f hap, %4.2f edu\n",
pop - 1, hap, edu);
}
if (ally_factor > 0.0)