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