Remove battlescreen update from InventoryScreen
This commit is contained in:
parent
074ee8bbfe
commit
f77961afff
|
@ -587,9 +587,6 @@ Public Class NewInventoryScreen
|
|||
End Function
|
||||
|
||||
Public Overrides Sub Update()
|
||||
If PreScreen.Identification = Screen.Identifications.BattleScreen Then
|
||||
PreScreen.Update()
|
||||
End If
|
||||
'Updates the tab highlight:
|
||||
For index = 0 To _tabHighlight.Length - 1
|
||||
If index <> _tabIndex Then
|
||||
|
|
Loading…
Reference in New Issue