Home | History | Annotate | Download | only in mille

Lines Matching refs:PLAYER

128 		if (Play == PLAYER) {
146 pp = &Player[COMP];
147 op = &Player[PLAYER];
225 if (Player[PLAYER].total >= 5000 || Player[COMP].total >= 5000)
232 if (Player[PLAYER].total > Player[COMP].total)
233 Player[PLAYER].games++;
234 else if (Player[PLAYER].total < Player[COMP].total)
235 Player[COMP].games++;
236 Player[COMP].total = 0;
237 Player[PLAYER].total = 0;