Fixing card front rendering on waste pile.
This commit is contained in:
parent
e40a999620
commit
9a866dd011
@ -192,6 +192,7 @@ void keyboard_event(int key) {
|
|||||||
game.passes_through_deck_left--;
|
game.passes_through_deck_left--;
|
||||||
}
|
}
|
||||||
card_expose(deck->waste_pile->card);
|
card_expose(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