Fix errors. Add printing of scores after game so user can actually see what they scored
This commit is contained in:
@@ -60,6 +60,8 @@ get_new_key:;
|
||||
}
|
||||
|
||||
gfx_destroy(s);
|
||||
printf("Highscore: %ld\n", g->score_high);
|
||||
printf(" Score: %ld\n", g->score);
|
||||
gamestate_clear(g);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user