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

  /src/games/monop/
cards.c 239 char type_maj, type_min; local in function:get_card
250 type_min = thiscard->actioncode[1];
256 if (type_min == 'A') {
265 if (type_min == 'A') {
274 switch (type_min) {
cards.c 239 char type_maj, type_min; local in function:get_card
250 type_min = thiscard->actioncode[1];
256 if (type_min == 'A') {
265 if (type_min == 'A') {
274 switch (type_min) {

Completed in 21 milliseconds