]> git.cworth.org Git - ttt/commitdiff
Undoing accidental svn update
authorKevin Worth <kevin@theworths.org>
Sat, 4 Feb 2006 18:52:10 +0000 (18:52 +0000)
committerKevin Worth <kevin@theworths.org>
Sat, 4 Feb 2006 18:52:10 +0000 (18:52 +0000)
kub/kub.c

index f9dfc3448cc94bb96a6cf32bf394f50bec5a8148..5377fc47534bd0dff12cc3aab470ba507d90cdcf 100755 (executable)
--- a/kub/kub.c
+++ b/kub/kub.c
@@ -218,7 +218,6 @@ static void hand_print(game_t *game)
     int i;
     for (i = 0; i < game->players[0].hand.num_cards; ++i)
     {
     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]);
     }
 }
        card_print(game->players[0].hand.cards[i]);
     }
 }