X-Git-Url: https://git.cworth.org/git?p=mnemon;a=blobdiff_plain;f=mnemon.c;h=9bdef93f3c4994a87730ab5b324667e2bb13f8c3;hp=1ca0939d6fa9f8cdae19d3c7766b640c500a7ffb;hb=2f733b4e1dffd1ff0446a11a5e95f254b47550f3;hpb=1024a6bd6797ae95f5ff396d0c0def4d492ed9d9 diff --git a/mnemon.c b/mnemon.c index 1ca0939..9bdef93 100644 --- a/mnemon.c +++ b/mnemon.c @@ -746,7 +746,10 @@ mnemon_handle_response (mnemon_t *mnemon, item->score = 1; mnemon->unlearned--; printf ("You got it!"); - if (mnemon->unlearned == 0 && mnemon->to_master == 0) { + if (mnemon->to_introduce == 0 && + mnemon->unlearned == 0 && + mnemon->to_master == 0) + { mnemon->to_master = 10; mnemon->mastered = 0; }