Only maneuvre stacks are marked.
This commit is contained in:
parent
08c40b452f
commit
324b9872ab
@ -160,7 +160,7 @@ static void handle_card_movement(struct cursor *cursor) {
|
||||
erase_cursor(cursor);
|
||||
cursor->y--;
|
||||
}
|
||||
if (maneuvre_stack(*origin)) {
|
||||
if (marked_cards_count(*origin) > 0 && maneuvre_stack(*origin)) {
|
||||
erase_stack(*origin);
|
||||
unmark_cards(*origin);
|
||||
draw_stack(*origin);
|
||||
|
Loading…
Reference in New Issue
Block a user