Fix invalid menu option crash

This commit is contained in:
JappaWakka 2023-06-07 20:36:58 +02:00
parent 92e611adcb
commit a9ab50f472

View File

@ -35,7 +35,11 @@
ConstructMenu()
_menuIndex = Player.Temp.MenuIndex
If Screen.Level.SaveOnly = False Then
_menuIndex = Player.Temp.MenuIndex
Else
_menuIndex = 0
End If
SetCursorPosition(_menuIndex)
_cursorPosition = _cursorDestPosition