overbound / SonicTimeTwisted

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

Saves files shifted one slot to the right when running the official build after the Android/1.1 #107

Closed AlexKhayrullin closed 3 years ago

AlexKhayrullin commented 3 years ago

Having noticed that the level select mode altered the first save file, I decided to add a "no save" mode the level select would use instead, but did so in a rather misguided manner, that resulted in the game having to shift all save files one slot to the right if it detects a save in the slot 0. it is visible after running the official version after the 1.1 branch.

It was a bad decision, one that should be reverted.

AlexKhayrullin commented 3 years ago

The save screen does not work correctly on Android after this update.