This commit is contained in:
doitux
2007-03-29 22:58:04 +00:00
parent c1f7a257f1
commit 1c7f572fbf
19 changed files with 525 additions and 267 deletions
+5 -2
View File
@@ -25,6 +25,8 @@ LocalHand::LocalHand(EngineFactory *f, GuiInterface *g, BoardInterface *b, Playe
{
int i, j, k;
lastPlayersTurn = 0;
CardsValue myCardsValue;
myGui->setHand(this);
@@ -47,7 +49,7 @@ LocalHand::LocalHand(EngineFactory *f, GuiInterface *g, BoardInterface *b, Playe
// Dealer, SB, BB bestimmen
assignButtons();
myGui->refreshAll();
// myGui->refreshAll();
// Karten generieren und Board sowie Player zuweisen
Tools myTool;
@@ -237,8 +239,9 @@ void LocalHand::switchRounds() {
actualRound++;
}
//unhighlight actual players groupbox
myGui->refreshGroupbox(lastPlayersTurn,1);
myGui->refreshGroupbox();
highlightRoundLabel();
// /*/*/*/*cout <<*/*/*/*/ "NextPlayerSpeed1 stop" << endl;
//