]> git.cworth.org Git - kub/commitdiff
Fix card_draw for multi-digit tiles.
authorCarl Worth <cworth@cworth.org>
Tue, 20 Feb 2007 17:44:35 +0000 (09:44 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 20 Feb 2007 17:44:35 +0000 (09:44 -0800)
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.


No differences found