diff options
Diffstat (limited to 'Source/PuzzlerSerializer.cpp')
| -rw-r--r-- | Source/PuzzlerSerializer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/Source/PuzzlerSerializer.cpp b/Source/PuzzlerSerializer.cpp index cf013ca..8ab1649 100644 --- a/Source/PuzzlerSerializer.cpp +++ b/Source/PuzzlerSerializer.cpp | |||
| @@ -41,6 +41,8 @@ void PuzzleSerializer::WritePuzzle(const Puzzle& p, int id) { | |||
| 41 | VERTI_GAP_SIZE = HEIGHT_INTERVAL / 2; | 41 | VERTI_GAP_SIZE = HEIGHT_INTERVAL / 2; |
| 42 | 42 | ||
| 43 | WriteIntersections(p); | 43 | WriteIntersections(p); |
| 44 | WriteDots(p); | ||
| 45 | WriteGaps(p); | ||
| 44 | WriteEndpoints(p); | 46 | WriteEndpoints(p); |
| 45 | WriteDecorations(p, id); | 47 | WriteDecorations(p, id); |
| 46 | WriteSequence(p, id); | 48 | WriteSequence(p, id); |
