Don't show box chars on waste pile's cards.
This commit is contained in:
parent
54b55d8fa9
commit
e585cb5c3b
@ -52,6 +52,7 @@ static void handle_stock_event() {
|
|||||||
if (!empty(deck->stock)) {
|
if (!empty(deck->stock)) {
|
||||||
move_card(&(deck->stock), &(deck->waste_pile));
|
move_card(&(deck->stock), &(deck->waste_pile));
|
||||||
expose_card(deck->waste_pile->card);
|
expose_card(deck->waste_pile->card);
|
||||||
|
erase_stack(deck->waste_pile);
|
||||||
draw_stack(deck->stock);
|
draw_stack(deck->stock);
|
||||||
draw_stack(deck->waste_pile);
|
draw_stack(deck->waste_pile);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user