mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Fix invalid menu option crash
This commit is contained in:
parent
92e611adcb
commit
a9ab50f472
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user