Update hiscore.c

This commit is contained in:
Jason Bou-Samra
2024-10-20 19:34:25 +11:00
committed by GitHub
parent 348b212fa7
commit 411fa331f5
+1 -1
View File
@@ -177,7 +177,7 @@ int end_game(void) {
insert_score(score); // else display name entry dialog insert_score(score); // else display name entry dialog
} }
} }
check_key(); // check_key();
reset(); reset();
return 0; return 0;
} }