Closed chessmasterhong closed 9 years ago
The game is in a playable state, however I am unable to cycle through units (stats and portrait will be blank).
Commit 12dddfbddbb347fbd4f7263f2f7ae9dd9ec8e683 should fill up most, if not all, remaining save game data, including but not limited to more battle data and global data. The only time this issue will arise again is if any temporary properties were missed in the saving process.
When suspending and loading a suspended game, this happens:
And the game screen remains black indefinitely.
Due to the large number changes done to the codebase since the suspend game feature was last updated, suspending the game will not save all data necessary to bring the game back to a playable state upon continuing the suspended game. Some data were were overlooked and were not saved in the game suspending or were not properly loaded during the game continuing process.