mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
minor changes, implemented 'doesn't untap' and facedown cards
This commit is contained in:
parent
e6d6162426
commit
a429a4a004
37 changed files with 198 additions and 101 deletions
|
|
@ -65,7 +65,7 @@ private:
|
|||
Qt::SortOrder order;
|
||||
public:
|
||||
CardInfoCompare(int _column, Qt::SortOrder _order) : column(_column), order(_order) { }
|
||||
bool operator()(CardInfo *a, CardInfo *b) const
|
||||
inline bool operator()(CardInfo *a, CardInfo *b) const
|
||||
{
|
||||
bool result;
|
||||
switch (column) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue