Removed references to debug.
This commit is contained in:
parent
714f537c72
commit
6e802c682f
@ -5,7 +5,6 @@
|
||||
#include <locale.h>
|
||||
#include "deck.h"
|
||||
#include "display.h"
|
||||
#include "../debug/deck_debug.h"
|
||||
|
||||
void init_curses() {
|
||||
setlocale(LC_ALL, ""); /* supporting unicode characters */
|
||||
@ -61,8 +60,6 @@ void initialize_game() {
|
||||
shuffle_deck(deck);
|
||||
deal_cards(deck);
|
||||
draw_game(deck);
|
||||
endwin();
|
||||
/*print_deck(deck);*/
|
||||
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user