Make sure quit question reappears

This commit is contained in:
JappaWakka 2023-05-28 18:52:51 +02:00
parent 630cf4f9c9
commit 37580a3336
1 changed files with 2 additions and 0 deletions

View File

@ -871,9 +871,11 @@ TryAgain:
If ChooseBox.readyForResult = True Then
If ChooseBox.result = 0 Then
Quit()
ChooseBox.readyForResult = False
Else
Delay = 15
GameState = States.Game
ChooseBox.readyForResult = False
End If
End If
End If