From a8925bfcf99614560389cafd813951d827c08d68 Mon Sep 17 00:00:00 2001 From: Kevin Worth Date: Sat, 4 Feb 2006 18:50:43 +0000 Subject: [PATCH 1/1] Kub can now _reliably_ shuffle deck and deal in 1-4 players --- kub/kub.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kub/kub.c b/kub/kub.c index 5377fc4..f9dfc34 100755 --- a/kub/kub.c +++ b/kub/kub.c @@ -218,6 +218,7 @@ static void hand_print(game_t *game) int i; for (i = 0; i < game->players[0].hand.num_cards; ++i) { + printf ("Player 1 has these tiles:\n"); card_print(game->players[0].hand.cards[i]); } } -- 2.43.0