Patch the end of the game

This commit is contained in:
Shadow15510 2021-07-08 09:59:08 +02:00
parent 51b689e6c6
commit b4bcd6b8ac
1 changed files with 0 additions and 6 deletions

View File

@ -84,12 +84,6 @@ int main(void)
else
{
// Display stats at the end of the game
dclear(C_WHITE);
display_background(6);
display_foreground(6, &current_game, 0);
dupdate();
sleep_ms(250);
int opt = GETKEY_DEFAULT & ~GETKEY_MOD_SHIFT & ~GETKEY_MOD_ALPHA & ~GETKEY_REP_ARROWS;
getkey_opt(opt, NULL);