mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 16:53:00 -07:00
sideboarding crash fix
This commit is contained in:
parent
79a3a1a0b4
commit
235d591778
3 changed files with 8 additions and 2 deletions
|
|
@ -8,7 +8,8 @@ enum GraphicsItemType {
|
|||
typeCardDrag = QGraphicsItem::UserType + 2,
|
||||
typeZone = QGraphicsItem::UserType + 3,
|
||||
typePlayerTarget = QGraphicsItem::UserType + 4,
|
||||
typeOther = QGraphicsItem::UserType + 5
|
||||
typeDeckViewCardContainer = QGraphicsItem::UserType + 5,
|
||||
typeOther = QGraphicsItem::UserType + 6
|
||||
};
|
||||
|
||||
class AbstractGraphicsItem : public QGraphicsItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue