adds createInternetGameDialog

This commit is contained in:
doitux
2007-08-21 23:31:09 +00:00
parent 1196240eae
commit c4f62eb53f
11 changed files with 528 additions and 125 deletions
+1 -3
View File
@@ -755,9 +755,7 @@ void mainWindowImpl::callCreateNetworkGameDialog() {
gameData.startMoney = myCreateNetworkGameDialog->spinBox_startCash->value();
gameData.smallBlind = myCreateNetworkGameDialog->spinBox_smallBlind->value();
gameData.handsBeforeRaise = myCreateNetworkGameDialog->spinBox_handsBeforeRaiseSmallBlind->value();
//temporarely static until ai is enabled in network
// gameData.guiSpeed = myCreateNetworkGameDialog->spinBox_gameSpeed->value();
gameData.guiSpeed = 4;
gameData.guiSpeed = myCreateNetworkGameDialog->spinBox_gameSpeed->value();
gameData.playerActionTimeoutSec = myCreateNetworkGameDialog->spinBox_netTimeOutPlayerAction->value();
myStartNetworkGameDialog->setSession(&getSession());