mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
- Mill cards in correct order
- Roll up shuffles into bottom message - Remove unused variable
This commit is contained in:
parent
d49ec0088f
commit
c32f2190bd
3 changed files with 28 additions and 21 deletions
|
|
@ -36,8 +36,8 @@ private:
|
|||
Player *mulliganPlayer;
|
||||
MessageContext currentContext;
|
||||
QList<LogMoveCard> moveCardQueue;
|
||||
QMap<CardItem *, QString> moveCardPT;
|
||||
QMap<CardItem *, bool> moveCardTapped;
|
||||
QList<QString> moveCardExtras;
|
||||
|
||||
const QString tableConstant() const;
|
||||
const QString graveyardConstant() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue