fixed dynamic table resizing

This commit is contained in:
Max-Wilhelm Bruker 2009-09-09 15:48:56 +02:00
parent cd13583619
commit aa9ebd3179
5 changed files with 28 additions and 41 deletions

View file

@ -332,7 +332,7 @@ void Player::gameEvent(const ServerEventData &event)
position = 0;
if (x == -1)
x = 0;
CardItem *card = startZone->takeCard(position, cardId, cardName);
CardItem *card = startZone->takeCard(position, cardId, cardName, startZone != targetZone);
if (!card) // XXX
qDebug("moveCard: card not found");