diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-01-21 18:44:07 +0000 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-01-21 18:44:07 +0000 |
commit | 844da00b5cf38b1478f2234170451935b3b6c563 (patch) | |
tree | b61e3a37242fd47999b06214958c05ce107f28ce /lingo.cpp | |
parent | 59dc49d5b4e9751b3746e249f79006619517f992 (diff) | |
download | lingo-844da00b5cf38b1478f2234170451935b3b6c563.tar.gz lingo-844da00b5cf38b1478f2234170451935b3b6c563.tar.bz2 lingo-844da00b5cf38b1478f2234170451935b3b6c563.zip |
Disabled bottom green puzzles
Diffstat (limited to 'lingo.cpp')
-rw-r--r-- | lingo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingo.cpp b/lingo.cpp index 7898a56..b955395 100644 --- a/lingo.cpp +++ b/lingo.cpp | |||
@@ -610,7 +610,7 @@ private: | |||
610 | {kBottom, kBlack}, | 610 | {kBottom, kBlack}, |
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 | }; |