diff options
Diffstat (limited to 'Source/Randomizer2.cpp')
-rw-r--r-- | Source/Randomizer2.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Randomizer2.cpp b/Source/Randomizer2.cpp index d2046bb..f93e4fd 100644 --- a/Source/Randomizer2.cpp +++ b/Source/Randomizer2.cpp | |||
@@ -253,6 +253,10 @@ void Randomizer2::RandomizeSymmetry() { | |||
253 | p.grid[pos.x + 12][pos.y].gap = Cell::Gap::BREAK; | 253 | p.grid[pos.x + 12][pos.y].gap = Cell::Gap::BREAK; |
254 | } | 254 | } |
255 | 255 | ||
256 | for (int y=0; y<p.height; y+=2) { | ||
257 | p.grid[5][y].gap = Cell::Gap::BREAK; | ||
258 | } | ||
259 | |||
256 | _serializer.WritePuzzle(p, 0x5C); | 260 | _serializer.WritePuzzle(p, 0x5C); |
257 | } | 261 | } |
258 | } | 262 | } |