summary refs log tree commit diff stats
path: root/lingo.cpp
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-01-21 18:44:07 +0000
committerStar Rauchenberger <fefferburbia@gmail.com>2025-01-21 18:44:07 +0000
commit844da00b5cf38b1478f2234170451935b3b6c563 (patch)
treeb61e3a37242fd47999b06214958c05ce107f28ce /lingo.cpp
parent59dc49d5b4e9751b3746e249f79006619517f992 (diff)
downloadlingo-844da00b5cf38b1478f2234170451935b3b6c563.tar.gz
lingo-844da00b5cf38b1478f2234170451935b3b6c563.tar.bz2
lingo-844da00b5cf38b1478f2234170451935b3b6c563.zip
Disabled bottom green puzzles
Diffstat (limited to 'lingo.cpp')
-rw-r--r--lingo.cpp2
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 };