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

  /src/games/fish/
fish.c 78 static int curcard = TOTCARDS; variable in typeref:typename:int
165 countcards(comphand), curcard);
273 ++hand[card = deck[--curcard]];
427 ++userhand[deck[--curcard]];
428 ++comphand[deck[--curcard]];

Completed in 11 milliseconds