HomeSort by: relevance | last modified time | path
    Searched refs:top_card (Results 1 - 3 of 3) sorted by relevancy

  /src/games/monop/
deck.h 45 int top_card; /* number of last card picked */ member in struct:dk_st
cards.c 219 dp->top_card = 0;
246 thiscard = &dp->info[dp->top_card];
248 dp->top_card = (dp->top_card + 1) % dp->num_cards;
374 /* Put at bottom of deck (top_card - 1) and remove it from wherever else
377 last_card = dp->top_card - 1;
380 gojfpos = dp->top_card;
392 dp->cards[dp->top_card] = temp;
393 dp->top_card++;
394 dp->top_card %= dp->num_cards
    [all...]
execute.c 210 deck[i].top_card = 0;
296 fprintf(outf, " topcard %d\n", deck[i].top_card);
653 &dp->top_card) < 0) {

Completed in 14 milliseconds