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

  /src/games/monop/
rent.c 49 int rnt = 0; local in function:rent
64 printf("rent is %d\n", rnt=pp->rent[0] * 2);
68 rnt=pp->rent[pp->houses]);
71 rnt=pp->rent[pp->houses]);
73 printf("rent is %d\n", rnt = pp->rent[0]);
76 rnt = 25;
77 rnt <<= (plp->num_rr - 1);
79 rnt <<= 1;
80 printf("rent is %d\n", rnt);
83 rnt = roll(2, 6)
    [all...]
print.c 87 int rnt; local in function:printsq
149 rnt = 25;
150 rnt <<= play[sqp->owner].num_rr - 1;

Completed in 15 milliseconds