overbound / SonicTimeTwisted

Source Code for a Sonic Fan Game Made in Game Maker Studio
https://overboundstudio.com/
GNU General Public License v3.0
60 stars 16 forks source link

Timer and rings kept after quitting to main menu #163

Closed AlexKhayrullin closed 3 years ago

AlexKhayrullin commented 3 years ago

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.