cancel new game dialog between games fixed

impoved key handling while type and set bets
This commit is contained in:
doitux
2007-01-29 21:25:33 +00:00
parent 48019eaa63
commit ddd199f103
3 changed files with 23 additions and 11 deletions
+3 -7
View File
@@ -1422,15 +1422,13 @@ void mainWindowImpl::postRiverRunAnimation6() {
if (playersPositiveCashCounter==1) {
callNewGameDialog();
//Bei Cancel nichts machen!!!
return;
}
//sonst
else {
}
postRiverRunAnimation6Timer->start(newRoundSpeed);
}
void mainWindowImpl::flipHolecardsAllIn() {
int i;
@@ -1466,8 +1464,6 @@ void mainWindowImpl::flipHolecardsAllIn() {
}
void mainWindowImpl::startNewHand() {
if( !breakAfterActualHand){ actualGame->startHand();