After returning to the main menu and continuing with the same file, the score, timer and rings remain as they were before quitting instead of all being reset to 0.
Haven't tested with a different file, but a similar outcome wouldn't be a surprise.
It's a side effect of no longer using game_restart() due to the memory leak it creates.
After returning to the main menu and continuing with the same file, the score, timer and rings remain as they were before quitting instead of all being reset to 0.
Haven't tested with a different file, but a similar outcome wouldn't be a surprise.
It's a side effect of no longer using game_restart() due to the memory leak it creates.