Fixing card front rendering on waste pile.

This commit is contained in:
Murilo Pereira 2011-06-08 22:18:11 -03:00
parent e40a999620
commit 9a866dd011

View File

@ -192,6 +192,7 @@ void keyboard_event(int key) {
game.passes_through_deck_left--;
}
card_expose(deck->waste_pile->card);
erase_stack(deck->waste_pile);
draw_stack(deck->stock);
draw_stack(deck->waste_pile);
}