diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-06-06 17:29:20 +0000 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-06-06 17:29:20 +0000 |
commit | 9fc4c06bb40ff3d74031f1dd07e0352f965fc01e (patch) | |
tree | e0c0614649b67beb677d7b4631e3ec4f4d848653 | |
parent | 0f19e275d250c458bbe95dced45923b8aed2cbb3 (diff) | |
download | lingo-9fc4c06bb40ff3d74031f1dd07e0352f965fc01e.tar.gz lingo-9fc4c06bb40ff3d74031f1dd07e0352f965fc01e.tar.bz2 lingo-9fc4c06bb40ff3d74031f1dd07e0352f965fc01e.zip |
Disable magenta/lime puzzles
-rw-r--r-- | lingo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingo.cpp b/lingo.cpp index d5e8fcb..1cfc9e3 100644 --- a/lingo.cpp +++ b/lingo.cpp | |||
@@ -611,8 +611,8 @@ private: | |||
611 | {kBottom, kRed}, | 611 | {kBottom, kRed}, |
612 | {kBottom, kBlue}, | 612 | {kBottom, kBlue}, |
613 | {kBottom, kGreen}, | 613 | {kBottom, kGreen}, |
614 | {kBottom, kMagenta}, | 614 | //{kBottom, kMagenta}, |
615 | {kBottom, kLime}, | 615 | //{kBottom, kLime}, |
616 | }; | 616 | }; |
617 | 617 | ||
618 | std::set<std::tuple<Height, Colour>> expensive_hints = { | 618 | std::set<std::tuple<Height, Colour>> expensive_hints = { |