]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/budg.c
update: Lift populace() from tax into prepare_sects()
[empserver] / src / lib / commands / budg.c
index 83efbf714ab126ace7200509875eacc43fecf982..7b205b3e0ac09e78de1d79e11ec233705e03d125 100644 (file)
@@ -197,7 +197,7 @@ calc_all(int p_sect[][2],
        bp_set_from_sect(bp, sp);
        if (sp->sct_own == player->cnum) {
            sp->sct_updated = 0;
-           tax(sp, np, etu, &pop, &civ_tax, &uw_tax, &mil_pay);
+           tax(sp, etu, &pop, &civ_tax, &uw_tax, &mil_pay);
            *Ncivs += sp->sct_item[I_CIVIL];
            *Nuws += sp->sct_item[I_UW];
            *taxes += civ_tax + uw_tax;