Closed rmkubik closed 6 years ago
Do versioning of the save data (OR just process it to check what type it is when its loaded.) Maybe a version property would be a good idea.
Added a version property to Unstable.version and saved it to saveState.version. If there's a mismatch it moves the saveState to saveState.backup and then deletes the main saveState.
Unstable.version
saveState.version
saveState
saveState.backup
Do versioning of the save data (OR just process it to check what type it is when its loaded.) Maybe a version property would be a good idea.