'draw_deck' is more consistent.

This commit is contained in:
Murilo Pereira
2011-02-06 00:47:27 -02:00
parent a8c98d4756
commit 8bd7147a8e
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -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);