Fix unable to run from battle due to menu collection is changing in for each loop.

This commit is contained in:
jianmingyong 2016-10-03 17:37:00 +08:00
parent f3e1778cad
commit 2616b07ecf
2 changed files with 1 additions and 2 deletions

View File

@ -3832,7 +3832,6 @@
With BattleScreen
Select Case type
Case 0 'Complete round
.BattleMenu._mainMenuItemList.Clear()
'The fastest pokemon ends its round first
If BattleCalculation.MovesFirst(BattleScreen) = True Then
EndRoundOwn(BattleScreen)

View File

@ -297,7 +297,7 @@
Private _mainMenuIndex As Integer = 0
Private _mainMenuNextIndex As Integer = 0
Public _mainMenuItemList As New List(Of MainMenuItem)
Private _mainMenuItemList As New List(Of MainMenuItem)
Private _mainMenuTeamPreviewAlpha As Integer = 0
Private _mainMenuTeamPreviewLastIndex As Integer = -1