diff options
Diffstat (limited to 'ext/wittle_generator/Panel.cpp')
-rw-r--r-- | ext/wittle_generator/Panel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wittle_generator/Panel.cpp b/ext/wittle_generator/Panel.cpp index 3279943..e61192c 100644 --- a/ext/wittle_generator/Panel.cpp +++ b/ext/wittle_generator/Panel.cpp | |||
@@ -221,7 +221,7 @@ std::string Panel::Write() { | |||
221 | serializer.writeInt(0); | 221 | serializer.writeInt(0); |
222 | 222 | ||
223 | char settings = Serializer::NegationsCancelNegations | | 223 | char settings = Serializer::NegationsCancelNegations | |
224 | Serializer::PrecisePolyominos | Serializer::FlashForErrors; | 224 | Serializer::ShapelessZeroPoly | Serializer::FlashForErrors; |
225 | if (_invisible_symmetry) { | 225 | if (_invisible_symmetry) { |
226 | settings |= Serializer::InvisibleSymmetry; | 226 | settings |= Serializer::InvisibleSymmetry; |
227 | } | 227 | } |