diff options
Diffstat (limited to 'Source/PuzzlerSerializer.h')
-rw-r--r-- | Source/PuzzlerSerializer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/PuzzlerSerializer.h b/Source/PuzzlerSerializer.h index a49dd90..a3d821c 100644 --- a/Source/PuzzlerSerializer.h +++ b/Source/PuzzlerSerializer.h | |||
@@ -17,7 +17,7 @@ private: | |||
17 | enum Flags { | 17 | enum Flags { |
18 | IS_ENDPOINT = 0x1, | 18 | IS_ENDPOINT = 0x1, |
19 | IS_STARTPOINT = 0x2, | 19 | IS_STARTPOINT = 0x2, |
20 | IS_FULL_GAP = 0x8, | 20 | HAS_NO_CONN = 0x8, |
21 | HAS_DOT = 0x20, | 21 | HAS_DOT = 0x20, |
22 | DOT_IS_BLUE = 0x100, | 22 | DOT_IS_BLUE = 0x100, |
23 | DOT_IS_ORANGE = 0x200, | 23 | DOT_IS_ORANGE = 0x200, |