mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Fix invalid menu option crash
This commit is contained in:
parent
92e611adcb
commit
a9ab50f472
@ -35,7 +35,11 @@
|
|||||||
|
|
||||||
ConstructMenu()
|
ConstructMenu()
|
||||||
|
|
||||||
_menuIndex = Player.Temp.MenuIndex
|
If Screen.Level.SaveOnly = False Then
|
||||||
|
_menuIndex = Player.Temp.MenuIndex
|
||||||
|
Else
|
||||||
|
_menuIndex = 0
|
||||||
|
End If
|
||||||
SetCursorPosition(_menuIndex)
|
SetCursorPosition(_menuIndex)
|
||||||
_cursorPosition = _cursorDestPosition
|
_cursorPosition = _cursorDestPosition
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user