'draw_deck' is more consistent.
This commit is contained in:
+1
-1
@@ -197,7 +197,7 @@ void draw_stack(struct stack *stack) {
|
||||
return;
|
||||
}
|
||||
|
||||
void draw_game(struct deck *deck) {
|
||||
void draw_deck(struct deck *deck) {
|
||||
draw_stack(deck->stock);
|
||||
draw_stack(deck->waste_pile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user