readjusted position of 'move to' menu in card context menu; fixed logMoveCard

This commit is contained in:
Max-Wilhelm Bruker 2011-03-07 19:11:06 +01:00
parent 64c3c0984e
commit af8e498ab2
4 changed files with 24 additions and 18 deletions

View file

@ -17,6 +17,7 @@ class CardItem;
struct LogMoveCard {
Player *player;
CardItem *card;
QString cardName;
CardZone *startZone;
int oldX;
CardZone *targetZone;