diff options
| author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 14:22:39 -0800 |
|---|---|---|
| committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-16 14:22:39 -0800 |
| commit | fc8649b12fc1280d81e8dd4d35736ed69c0d9909 (patch) | |
| tree | 7d6686c82dd6d738bdb54eb54d9989a4549cfdb5 /Source/PuzzlerSerializer.cpp | |
| parent | 039b48fe49c31f6033a17aabab353b7b7696e11b (diff) | |
| download | witness-tutorializer-fc8649b12fc1280d81e8dd4d35736ed69c0d9909.tar.gz witness-tutorializer-fc8649b12fc1280d81e8dd4d35736ed69c0d9909.tar.bz2 witness-tutorializer-fc8649b12fc1280d81e8dd4d35736ed69c0d9909.zip | |
Keep WIP
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); |
