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