mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Fix menu index crash
This commit is contained in:
parent
2394117aba
commit
582500171e
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
ConstructMenu()
|
ConstructMenu()
|
||||||
|
|
||||||
If Screen.Level.SaveOnly = False Then
|
If Player.Temp.MenuIndex < _menuOptions.Count Then
|
||||||
_menuIndex = Player.Temp.MenuIndex
|
_menuIndex = Player.Temp.MenuIndex
|
||||||
Else
|
Else
|
||||||
_menuIndex = 0
|
_menuIndex = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user