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

  /src/games/canfield/canfield/
canfield.c 183 #define valuepercardup 5 macro
669 this.wins += valuepercardup;
670 game.wins += valuepercardup;
671 total.wins += valuepercardup;
1315 this.wins += valuepercardup;
1316 game.wins += valuepercardup;
1317 total.wins += valuepercardup;
1504 this.wins += valuepercardup * cardsoff;
1505 game.wins += valuepercardup * cardsoff;
1506 total.wins += valuepercardup * cardsoff
    [all...]
canfield.c 183 #define valuepercardup 5 macro
669 this.wins += valuepercardup;
670 game.wins += valuepercardup;
671 total.wins += valuepercardup;
1315 this.wins += valuepercardup;
1316 game.wins += valuepercardup;
1317 total.wins += valuepercardup;
1504 this.wins += valuepercardup * cardsoff;
1505 game.wins += valuepercardup * cardsoff;
1506 total.wins += valuepercardup * cardsoff
    [all...]
canfield.c 183 #define valuepercardup 5 macro
669 this.wins += valuepercardup;
670 game.wins += valuepercardup;
671 total.wins += valuepercardup;
1315 this.wins += valuepercardup;
1316 game.wins += valuepercardup;
1317 total.wins += valuepercardup;
1504 this.wins += valuepercardup * cardsoff;
1505 game.wins += valuepercardup * cardsoff;
1506 total.wins += valuepercardup * cardsoff
    [all...]

Completed in 94 milliseconds