mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
Fixed small bug related to summary screen index.
This commit is contained in:
parent
144e7750c5
commit
3e1efbae1f
@ -424,6 +424,7 @@
|
||||
|
||||
Public Structure Temp
|
||||
Public Shared PokemonScreenIndex As Integer = 0
|
||||
Public Shared PokemonSummaryPageIndex As Integer = 0
|
||||
Public Shared PokemonStatusPageIndex As Integer = 0
|
||||
Public Shared BagIndex As Integer = 0
|
||||
Public Shared BagSelectIndex As Integer = 0
|
||||
|
@ -52,7 +52,7 @@
|
||||
|
||||
_texture = TextureManager.GetTexture("GUI\Menus\General")
|
||||
|
||||
_pageIndex = Player.Temp.PokemonScreenIndex
|
||||
_pageIndex = Player.Temp.PokemonSummaryPageIndex
|
||||
_partyIndex = partyIndex
|
||||
_party = party
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
|
||||
_texture = TextureManager.GetTexture("GUI\Menus\General")
|
||||
|
||||
_pageIndex = Player.Temp.PokemonScreenIndex
|
||||
_pageIndex = Player.Temp.PokemonSummaryPageIndex
|
||||
_selectedPokemon = selectedPokemon
|
||||
|
||||
SetPointerDest(_partyIndex)
|
||||
|
Loading…
x
Reference in New Issue
Block a user