No need to move the cursor on waste pile.
This commit is contained in:
parent
3b1dd0bcf6
commit
4c529f0ab7
@ -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);
|
||||
cursor->y--;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user