Don't show box chars on waste pile's cards.

This commit is contained in:
Murilo Pereira 2011-06-04 23:41:07 -03:00
parent 54b55d8fa9
commit e585cb5c3b

View File

@ -52,6 +52,7 @@ static void handle_stock_event() {
if (!empty(deck->stock)) {
move_card(&(deck->stock), &(deck->waste_pile));
expose_card(deck->waste_pile->card);
erase_stack(deck->waste_pile);
draw_stack(deck->stock);
draw_stack(deck->waste_pile);
}