summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-06-06 17:29:20 +0000
committerStar Rauchenberger <fefferburbia@gmail.com>2023-06-06 17:29:20 +0000
commit9fc4c06bb40ff3d74031f1dd07e0352f965fc01e (patch)
treee0c0614649b67beb677d7b4631e3ec4f4d848653
parent0f19e275d250c458bbe95dced45923b8aed2cbb3 (diff)
downloadlingo-9fc4c06bb40ff3d74031f1dd07e0352f965fc01e.tar.gz
lingo-9fc4c06bb40ff3d74031f1dd07e0352f965fc01e.tar.bz2
lingo-9fc4c06bb40ff3d74031f1dd07e0352f965fc01e.zip
Disable magenta/lime puzzles
-rw-r--r--lingo.cpp4
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 = {