COMP
pp = &Player[COMP];
Handstart = COMP, /* Player who starts hand */
for (pp = Player; pp <= &Player[COMP]; pp++) {
for (pp = Player; pp <= &Player[COMP]; pp++) {
for (pp = Player; pp <= &Player[COMP]; pp++) {
Player[COMP].was_finished = !Finished;
if (i == COMP) {
} while (Player[COMP].total < 5000
|| Player[COMP].total >= 5000)) {
if (Player[COMP].total < Player[PLAYER].total)
else if (Player[COMP].total > Player[PLAYER].total)
Player[COMP].games++;
Player[COMP].total = 0;
pp = &Player[COMP];
if (Player[PLAYER].total >= 5000 || Player[COMP].total >= 5000) {
if (Player[PLAYER].total > Player[COMP].total)
else if (Player[PLAYER].total < Player[COMP].total)
Player[COMP].games++;
Player[COMP].total = 0;
if (Play == COMP) {
op = (pp == &Player[COMP] ? &Player[PLAYER] : &Player[COMP]);
if (Play == COMP)