Make sure quit question reappears
This commit is contained in:
parent
630cf4f9c9
commit
37580a3336
|
@ -871,9 +871,11 @@ TryAgain:
|
||||||
If ChooseBox.readyForResult = True Then
|
If ChooseBox.readyForResult = True Then
|
||||||
If ChooseBox.result = 0 Then
|
If ChooseBox.result = 0 Then
|
||||||
Quit()
|
Quit()
|
||||||
|
ChooseBox.readyForResult = False
|
||||||
Else
|
Else
|
||||||
Delay = 15
|
Delay = 15
|
||||||
GameState = States.Game
|
GameState = States.Game
|
||||||
|
ChooseBox.readyForResult = False
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
Loading…
Reference in New Issue