mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 07:44:31 +02:00
Fix BattleMenu highlighted move after Transform
This commit is contained in:
parent
6f450b12e6
commit
73fc0bc916
@ -913,6 +913,10 @@
|
||||
_moveMenuItemList.Clear()
|
||||
BattleScreen.ClearMoveMenuTime = False
|
||||
End If
|
||||
If _moveMenuIndex > _moveMenuItemList.Count - 1 Then
|
||||
_moveMenuIndex = 0
|
||||
_moveMenuNextIndex = 0
|
||||
End If
|
||||
|
||||
If _moveMenuChoseMove = True Then
|
||||
_moveMenuAlpha -= 15
|
||||
|
Loading…
x
Reference in New Issue
Block a user