HomeSort by: relevance | last modified time | path
    Searched defs:taxes (Results 1 - 2 of 2) sorted by relevancy

  /src/games/phantasia/
misc.c 1026 double taxes; /* tax liability */ local in function:collecttaxes
1033 taxes = N_TAXAMOUNT / 100.0 * (N_GEMVALUE * gems + gold);
1035 if (Player.p_gold < taxes)
1036 /* not enough gold to pay taxes, must convert some gems to
1039 dtemp = floor(taxes / N_GEMVALUE + 1.0); /* number of gems to
1052 taxes = Player.p_gold;
1055 Player.p_gold -= taxes;
1058 /* update taxes */
1062 dtemp += floor(taxes);
  /src/games/larn/
scores.c 12 * long paytaxes(x) Function to pay taxes if any are due winshou()
18 * Function to add entry to scoreboard new1sub(score,i,whoo,taxes)
58 long taxes; /* taxes he owes to LRS */ member in struct:wscofmt
181 winr[i].taxes = winr[i].score = sco[i].score = 0;
213 outstanding_taxes = winr[i].taxes;
220 * long paytaxes(x) Function to pay taxes if any are due
222 * Enter with the amount (in gp) to pay on the taxes.
239 amt = winr[i].taxes;
241 amt = x; /* don't overpay taxes
444 long taxes; local in function:newscore
    [all...]

Completed in 14 milliseconds