doomer observation

This commit is contained in:
anon 2024-06-29 00:29:35 +02:00
parent d371ebb716
commit 0db64ca2f5

View File

@ -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() {