From 4fd90bf77cc8d595a3d36a566d8276c59a985c31 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 15 Feb 2023 14:31:43 +0000 Subject: Top purple is rhymes again --- lingo.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lingo.cpp') diff --git a/lingo.cpp b/lingo.cpp index e56fa26..4d9b480 100644 --- a/lingo.cpp +++ b/lingo.cpp @@ -197,13 +197,7 @@ verbly::filter makeHintFilter(verbly::filter subfilter, Height height, Colour co verbly::form::id)))))); } case kTop: { - return (verbly::pronunciation::holophones %= - verbly::filter("toppurp", false, - (verbly::pronunciation::numOfSyllables >= 2 && (verbly::pronunciation::merophones %= - (subfilter && verbly::filter( - verbly::pronunciation::id, - verbly::filter::comparison::field_does_not_equal, - verbly::pronunciation::id)))))); + return (verbly::pronunciation::rhymes %= subfilter); } default: break; // Not supported yet. } -- cgit 1.4.1