Save the game when exiting a previously visited level.

This commit is contained in:
Steve 2018-03-30 11:23:36 +01:00
parent 7c4da64c04
commit 39362061bf
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ void initPostMission(void)
{
if (world.isReturnVisit)
{
saveGame();
saveWorld();
}
else