Skip to content

Gadgetlemage

Compare
Choose a tag to compare
@CapitaineToinon CapitaineToinon released this 09 Dec 14:13
· 2 commits to master since this release

Fixed logic to fix a bug with flags incorrectly being reset on quitouts

TIL, when you quitout, right before the game isn't loaded anymore, all the flags are being reset to their original values. Previous code assumed that wasn't possible and was thus resetting the state of the logic too early.

New code only reset states when the game is loaded.