Skip to content

Commit

Permalink
Ensure config is saved when using X to close
Browse files Browse the repository at this point in the history
  • Loading branch information
ChallengeSY committed Mar 2, 2024
1 parent c745d4a commit 30ad0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NNLocal.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2927,6 +2927,7 @@ sub local_gameplay
kill("Stats.dat")
if InType = XBox then
clean_up
save_unlocks
end 0
end if
erase EndlessShuffList
Expand Down
1 change: 1 addition & 0 deletions Nebunoid.bas
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,7 @@ sub shop
InType = inkey
if InType = XBox then
clean_up
save_unlocks
end 0
end if
screenevent(@e)
Expand Down

0 comments on commit 30ad0ff

Please sign in to comment.