mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-21 01:06:33 +00:00
Fix all the Cherry Pick Commits from TU24 to TU30
This commit is contained in:
@@ -247,7 +247,7 @@ void UIScene_InGameInfoMenu::handleInput(int iPad, int key, bool repeat, bool pr
|
||||
}
|
||||
break;
|
||||
case ACTION_MENU_Y:
|
||||
if(pressed && m_playerList.hasFocus() && (m_playerList.getItemCount() > 0) && (m_playerList.getCurrentSelection() < m_players.size()) )
|
||||
if(pressed && m_playerButtonList.hasFocus() && (m_playerButtonList.getItemCount() > 0) && (m_playerButtonList.getCurrentSelection() < m_players.size()) )
|
||||
{
|
||||
INetworkPlayer *player = g_NetworkManager.GetPlayerBySmallId(m_players[m_playerButtonList.getCurrentSelection()]->m_smallId);
|
||||
if( player != nullptr )
|
||||
|
||||
Reference in New Issue
Block a user