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

  /src/games/monop/
cards.c 243 const struct cardinfo *thiscard; local in function:get_card
246 thiscard = &dp->info[dp->top_card];
247 type_maj = thiscard->actioncode[0];
250 type_min = thiscard->actioncode[1];
251 num = atoi(thiscard->actioncode+2);
253 printmes(thiscard->text);
cards.c 243 const struct cardinfo *thiscard; local in function:get_card
246 thiscard = &dp->info[dp->top_card];
247 type_maj = thiscard->actioncode[0];
250 type_min = thiscard->actioncode[1];
251 num = atoi(thiscard->actioncode+2);
253 printmes(thiscard->text);

Completed in 22 milliseconds