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

  /src/games/monop/
trade.c 45 int cash; /* amount of cash */ member in struct:trd_st
71 trades[i].cash = 0;
140 tp->cash = get_int("How much are you trading? ");
187 if (tp->cash > 0)
188 printf("\t$%d\n", tp->cash), some++;
224 pl_fr->money -= from->cash;
225 pl_to->money += from->cash;
288 trades[0].cash = trades[0].gojf = 0;
291 trades[1].cash = cur_p->money > 0 ? cur_p->money : 0
    [all...]
trade.c 45 int cash; /* amount of cash */ member in struct:trd_st
71 trades[i].cash = 0;
140 tp->cash = get_int("How much are you trading? ");
187 if (tp->cash > 0)
188 printf("\t$%d\n", tp->cash), some++;
224 pl_fr->money -= from->cash;
225 pl_to->money += from->cash;
288 trades[0].cash = trades[0].gojf = 0;
291 trades[1].cash = cur_p->money > 0 ? cur_p->money : 0
    [all...]

Completed in 26 milliseconds