crash fix

This commit is contained in:
Max-Wilhelm Bruker 2009-12-21 15:23:22 +01:00
parent 405a247c2c
commit ddd58d6736

View file

@ -698,6 +698,7 @@ void Player::processGameEvent(GameEvent *event)
void Player::showCardMenu(const QPoint &p)
{
if (cardMenu)
cardMenu->exec(p);
}