No need to move the cursor on waste pile.

This commit is contained in:
Murilo Pereira 2011-06-05 17:39:57 -03:00
parent 3b1dd0bcf6
commit 4c529f0ab7

View File

@ -200,7 +200,7 @@ static void handle_card_movement(struct cursor *cursor) {
} }
} }
} }
if (destination && *origin == *destination) { if (maneuvre_stack(*origin) && destination && *origin == *destination) {
erase_cursor(cursor); erase_cursor(cursor);
cursor->y--; cursor->y--;
} }