about summary refs log tree commit diff stats
path: root/Source/PuzzlerSerializer.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2019-11-16 15:08:14 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2019-11-16 15:08:14 -0800
commitee426c3bde4b4c7fb1ea38a953d849e8893d8311 (patch)
tree35307ccba67f55f628be5df47dedf8a11d516c94 /Source/PuzzlerSerializer.h
parentfc8649b12fc1280d81e8dd4d35736ed69c0d9909 (diff)
downloadwitness-tutorializer-ee426c3bde4b4c7fb1ea38a953d849e8893d8311.tar.gz
witness-tutorializer-ee426c3bde4b4c7fb1ea38a953d849e8893d8311.tar.bz2
witness-tutorializer-ee426c3bde4b4c7fb1ea38a953d849e8893d8311.zip
Some cleanup + bugfixes
Diffstat (limited to 'Source/PuzzlerSerializer.h')
-rw-r--r--Source/PuzzlerSerializer.h2
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,