Allow to exit soccer setup screen with cancel button
This commit is contained in:
parent
0b5d68d1d1
commit
d2806161bb
@ -373,6 +373,12 @@ GUIEngine::EventPropagation SoccerSetupScreen::filterActions(PlayerAction action
|
||||
{
|
||||
return EVENT_LET;
|
||||
}
|
||||
|
||||
if ((!m_kart_view_info[playerId].confirmed) &&
|
||||
(playerId == PLAYER_ID_GAME_MASTER))
|
||||
{
|
||||
return EVENT_LET;
|
||||
}
|
||||
|
||||
if (m_kart_view_info[playerId].confirmed)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user