improved mulligans

This commit is contained in:
Max-Wilhelm Bruker 2009-10-20 01:33:44 +02:00
parent 43d516672a
commit ae39dc7fa1
2 changed files with 23 additions and 42 deletions

View file

@ -63,12 +63,11 @@ private:
*aUntapAll, *aRollDie, *aCreateToken;
int defaultNumberTopCards;
int mulliganCards;
QString name;
int id;
bool active;
bool local;
int cardsInHand;
QMap<QString, CardZone *> zones;
TableZone *table;