Display the final score ha haaaaa
This commit is contained in:
parent
83b1ae2cb9
commit
040a807c7f
3
game.c
3
game.c
@ -645,6 +645,9 @@ void run_frame_calculating_dekiyaku_score(Game *g) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void run_frame_end_of_round(Game *g) {
|
void run_frame_end_of_round(Game *g) {
|
||||||
|
kan_points_string(g, g->player.points, g->player.points_string);
|
||||||
|
kan_points_string(g, g->right.points, g->right.points_string);
|
||||||
|
kan_points_string(g, g->left.points, g->left.points_string);
|
||||||
g->current_round++;
|
g->current_round++;
|
||||||
if (g->current_round >= g->number_of_rounds) {
|
if (g->current_round >= g->number_of_rounds) {
|
||||||
g->state = GAME_STATE_END_OF_GAME;
|
g->state = GAME_STATE_END_OF_GAME;
|
||||||
|
Loading…
Reference in New Issue
Block a user