Fix VoltorbFlip ChooseBox bug

This commit is contained in:
JappaWakka 2024-03-15 09:31:07 +01:00
parent 402fc4d64c
commit 5f826a799a
2 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@
Dim Entities() As Entity
Dim ResultFunction As ChooseBox.DoAnswer = Nothing
Public ResultFunction As ChooseBox.DoAnswer = Nothing
Public Delegate Sub FollowUpDelegate()
Public FollowUp As FollowUpDelegate = Nothing

View File

@ -97,6 +97,8 @@ Namespace VoltorbFlip
Me.MouseVisible = True
Me.CanChat = Me.PreScreen.CanChat
Me.CanBePaused = Me.PreScreen.CanBePaused
ChooseBox.readyForResult = False
TextBox.ResultFunction = Nothing
End Sub