about summary refs log tree commit diff stats
path: root/Source/Randomizer.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-12-02 14:34:28 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-12-02 14:34:28 -0800
commit53bf008124d496c728099520dd2a9e06b6767ea1 (patch)
tree63baf75638796ce0a662b80d3f66a6b14f1efb32 /Source/Randomizer.h
parent76a0af6f8722673d3648604d7ae7c7acb3818f52 (diff)
downloadwitness-tutorializer-53bf008124d496c728099520dd2a9e06b6767ea1.tar.gz
witness-tutorializer-53bf008124d496c728099520dd2a9e06b6767ea1.tar.bz2
witness-tutorializer-53bf008124d496c728099520dd2a9e06b6767ea1.zip
No more desert color swapping
Diffstat (limited to 'Source/Randomizer.h')
-rw-r--r--Source/Randomizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Randomizer.h b/Source/Randomizer.h index 88afcc6..8c4d253 100644 --- a/Source/Randomizer.h +++ b/Source/Randomizer.h
@@ -18,6 +18,7 @@ public:
18 TARGETS = 1, 18 TARGETS = 1,
19 LINES = 2, 19 LINES = 2,
20 AUDIO_NAMES = 4, 20 AUDIO_NAMES = 4,
21 COLORS = 8,
21 }; 22 };
22 23
23private: 24private: