summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lingo.cpp8
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 }