doomer observation
This commit is contained in:
parent
d371ebb716
commit
0db64ca2f5
@ -39,6 +39,8 @@ void play_round(Player * const p1, Player * const p2) {
|
||||
Player * const pw = (p1_play == CONFLICT) ? p1 : p2;
|
||||
pw->points += 5;
|
||||
}
|
||||
p1->push_result(p2_play);
|
||||
p2->push_result(p1_play);
|
||||
}
|
||||
|
||||
signed main() {
|
||||
|
Loading…
Reference in New Issue
Block a user