Fix menu index crash

This commit is contained in:
JappaWakka 2024-02-06 19:56:38 +01:00
parent 2394117aba
commit 582500171e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
ConstructMenu()
If Screen.Level.SaveOnly = False Then
If Player.Temp.MenuIndex < _menuOptions.Count Then
_menuIndex = Player.Temp.MenuIndex
Else
_menuIndex = 0