diff options
Diffstat (limited to 'lingo.cpp')
-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 = { |