From: Carl Worth Date: Tue, 20 Feb 2007 17:44:35 +0000 (-0800) Subject: Fix card_draw for multi-digit tiles. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=120bfca340887b5c69f877075c03a3ecddcedccf;hp=120bfca340887b5c69f877075c03a3ecddcedccf;p=kub Fix card_draw for multi-digit tiles. Previously, for tiles > 9 we were just using the next larger character values in ACII above '9'. Oops! Now, we're properly using snprintf to format the number as an integer within the string. ---