From: Carl Worth Date: Fri, 27 Mar 2009 22:17:18 +0000 (-0700) Subject: Fix bug when there are no new items to introduce X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=cb853e60989f34c4608ac3c521bf90a01d0387d9;hp=cb853e60989f34c4608ac3c521bf90a01d0387d9;p=mnemon Fix bug when there are no new items to introduce Previously, mnemon would keep challenging infinitely (waiting for 10 new items to be introduced). Instead, we now decrement the to_introduce counter every time an item is selected from the smallest-number bin. ---