mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 16:24:45 -07:00
Merge branch 'devel' of git://github.com/mbruker/Cockatrice into devel
This commit is contained in:
commit
662df6d972
4 changed files with 11 additions and 2 deletions
|
|
@ -34,6 +34,9 @@ CardItem::~CardItem()
|
|||
{
|
||||
prepareDelete();
|
||||
|
||||
if (scene())
|
||||
static_cast<GameScene *>(scene())->unregisterAnimationItem(this);
|
||||
|
||||
delete cardMenu;
|
||||
delete ptMenu;
|
||||
delete moveMenu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue