Adding support for custom delay between hands in protocol.
This commit is contained in:
@@ -391,6 +391,7 @@ void startWindowImpl::callCreateNetworkGameDialog() {
|
||||
}
|
||||
|
||||
gameData.guiSpeed = myConfig->readConfigInt("GameSpeed");
|
||||
gameData.delayBetweenHandsSec = myCreateNetworkGameDialog->spinBox_netDelayBetweenHands->value();
|
||||
gameData.playerActionTimeoutSec = myCreateNetworkGameDialog->spinBox_netTimeOutPlayerAction->value();
|
||||
|
||||
myGameLobbyDialog->setSession(getSession());
|
||||
|
||||
Reference in New Issue
Block a user