updated data-copyright.txt

This commit is contained in:
doitux
2007-11-17 09:14:27 +00:00
parent c4b1afaadc
commit f0a582f457
2 changed files with 44 additions and 6 deletions
+1 -2
View File
@@ -2143,7 +2143,6 @@ int mainWindowImpl::getMyBetAmount(int mode) {
else {
minimum = -1;
}
cout << betValue << endl;
if(betValue < minimum) {
return minimum;
@@ -2215,7 +2214,7 @@ void mainWindowImpl::mySet(){
HandInterface *currentHand = mySession->getCurrentGame()->getCurrentHand();
int tempCash = currentHand->getSeatsList()->front()->getMyCash();
cout << "Set-Value " << getBetRaisePushButtonValue() << endl;
// cout << "Set-Value " << getBetRaisePushButtonValue() << endl;
currentHand->getSeatsList()->front()->setMySet(getBetRaisePushButtonValue());
if (getBetRaisePushButtonValue() >= tempCash ) {