Fix menu index crash
This commit is contained in:
parent
2394117aba
commit
582500171e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue