What changed
1 fix0 additions1 change0 removals
fixedFixed a bug where loading a save could trap you in an endless Day Complete modal loop. If your game was saved mid-sequence (during the end-of-day flow or negotiations), reloading would put you right back into the modal with no way out.
changedThe "View Summary" button wasn't properly clearing state, so every time you came back from the finance screen the Day Complete modal would pop up again If you quit mid-negotiation, the game would load back into a half-finished negotiation that couldn't complete properly The Save Selection and backup recovery screens weren't resetting end-of-day flags, so stale state from the save file passed straight through All three load paths now clean up any mid-sequence state on load. If your save was stuck in this loop, just loading it after this update should fix it automatically.
Airline Ops changes
fixedFixed a bug where loading a save could trap you in an endless Day Complete modal loop. If your game was saved mid-sequence (during the end-of-day flow or negotiations), reloading would put you right back into the modal with no way out.
changedThe "View Summary" button wasn't properly clearing state, so every time you came back from the finance screen the Day Complete modal would pop up again If you quit mid-negotiation, the game would load back into a half-finished negotiation that couldn't complete properly The Save Selection and backup recovery screens weren't resetting end-of-day flags, so stale state from the save file passed straight through All three load paths now clean up any mid-sequence state on load. If your save was stuck in this loop, just loading it after this update should fix it automatically.
Fixed a bug where loading a save could trap you in an endless Day Complete modal loop. If your game was saved mid-sequence (during the end-of-day flow or negotiations), reloading would put you right back into the modal with no way out.
What was happening:
The "View Summary" button wasn't properly clearing state, so every time you came back from the finance screen the Day Complete modal would pop up again If you quit mid-negotiation, the game would load back into a half-finished negotiation that couldn't complete properly The Save Selection and backup recovery screens weren't resetting end-of-day flags, so stale state from the save file passed straight through All three load paths now clean up any mid-sequence state on load. If your save was stuck in this loop, just loading it after this update should fix it automatically.