diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-02-15 14:31:43 +0000 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-02-15 14:31:43 +0000 |
commit | 4fd90bf77cc8d595a3d36a566d8276c59a985c31 (patch) | |
tree | c97ce8273f3d1ab805a76b98ef5f1539a14ecb5e /lingo.cpp | |
parent | b2508b217db420ac57eddf15f8a38074e387a0db (diff) | |
download | lingo-4fd90bf77cc8d595a3d36a566d8276c59a985c31.tar.gz lingo-4fd90bf77cc8d595a3d36a566d8276c59a985c31.tar.bz2 lingo-4fd90bf77cc8d595a3d36a566d8276c59a985c31.zip |
Top purple is rhymes again
Diffstat (limited to 'lingo.cpp')
-rw-r--r-- | lingo.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
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 | |||
197 | verbly::form::id)))))); | 197 | verbly::form::id)))))); |
198 | } | 198 | } |
199 | case kTop: { | 199 | case kTop: { |
200 | return (verbly::pronunciation::holophones %= | 200 | return (verbly::pronunciation::rhymes %= subfilter); |
201 | verbly::filter("toppurp", false, | ||
202 | (verbly::pronunciation::numOfSyllables >= 2 && (verbly::pronunciation::merophones %= | ||
203 | (subfilter && verbly::filter( | ||
204 | verbly::pronunciation::id, | ||
205 | verbly::filter::comparison::field_does_not_equal, | ||
206 | verbly::pronunciation::id)))))); | ||
207 | } | 201 | } |
208 | default: break; // Not supported yet. | 202 | default: break; // Not supported yet. |
209 | } | 203 | } |