(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:
parent
60fc522758
commit
379cb0a840
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue