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