add delay between hands option for network/internet game

This commit is contained in:
doitux
2009-10-23 23:12:33 +00:00
parent 52e3dba934
commit 857cbf357e
11 changed files with 105 additions and 97 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ void startWindowImpl::callCreateNetworkGameDialog() {
}
}
gameData.guiSpeed = myCreateNetworkGameDialog->spinBox_gameSpeed->value();
gameData.guiSpeed = myConfig->readConfigInt("GameSpeed");
gameData.playerActionTimeoutSec = myCreateNetworkGameDialog->spinBox_netTimeOutPlayerAction->value();
myGameLobbyDialog->setSession(getSession());