In multiplayer mode, don't start the game unless at least 2 players joined
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9633 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -1391,7 +1391,7 @@ void KartSelectionScreen::playerConfirm(const int playerID)
|
||||
}
|
||||
}
|
||||
|
||||
if (allPlayersReady) allPlayersDone();
|
||||
if (allPlayersReady && (!m_multiplayer || amount > 1)) allPlayersDone();
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user