]> git.cworth.org Git - kub/commitdiff
Implement card_group_is_run with one loop instead of two.
authorCarl Worth <cworth@cworth.org>
Mon, 29 Jan 2007 15:19:33 +0000 (07:19 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 29 Jan 2007 15:19:33 +0000 (07:19 -0800)
It's simpler to just implement a single check for color in the same
loop that's examining the color of every card. We don't need to
check every pair of cards for matching color as we were in the old
loop.


No differences found