summary refs log tree commit diff stats
path: root/lingo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lingo.cpp')
-rw-r--r--lingo.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lingo.cpp b/lingo.cpp index 39e0f3e..fe31f7f 100644 --- a/lingo.cpp +++ b/lingo.cpp
@@ -449,6 +449,9 @@ private:
449 } else if (height == kMiddle && colour == kPurple) 449 } else if (height == kMiddle && colour == kPurple)
450 { 450 {
451 return clue.getId() == solution.getId(); 451 return clue.getId() == solution.getId();
452 } else if (height == kTop && colour == kPurple)
453 {
454 return clue.getId() == solution.getId();
452 } 455 }
453 return false; 456 return false;
454 } 457 }