crash fix
This commit is contained in:
parent
405a247c2c
commit
ddd58d6736
1 changed files with 2 additions and 1 deletions
|
@ -698,7 +698,8 @@ void Player::processGameEvent(GameEvent *event)
|
|||
|
||||
void Player::showCardMenu(const QPoint &p)
|
||||
{
|
||||
cardMenu->exec(p);
|
||||
if (cardMenu)
|
||||
cardMenu->exec(p);
|
||||
}
|
||||
|
||||
void Player::setActive(bool _active)
|
||||
|
|
Loading…
Reference in a new issue