about summary refs log tree commit diff stats
path: root/Source/RandomizerCore.h
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-10-29 18:49:30 -0700
committerjbzdarkid <jbzdarkid@gmail.com>2018-10-29 18:49:30 -0700
commitcaddad668bd8fe0a2b4fbed410787f7134b8d701 (patch)
tree4057d766268b27797610818a98a4030e2d339e8f /Source/RandomizerCore.h
parent0e989fe5111ca879584e1594804422b9b4ae0c1a (diff)
downloadwitness-tutorializer-caddad668bd8fe0a2b4fbed410787f7134b8d701.tar.gz
witness-tutorializer-caddad668bd8fe0a2b4fbed410787f7134b8d701.tar.bz2
witness-tutorializer-caddad668bd8fe0a2b4fbed410787f7134b8d701.zip
Fix mountain elevator, fix back distance
Diffstat (limited to 'Source/RandomizerCore.h')
-rw-r--r--Source/RandomizerCore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/RandomizerCore.h b/Source/RandomizerCore.h index 21ed0b6..2a8e42e 100644 --- a/Source/RandomizerCore.h +++ b/Source/RandomizerCore.h
@@ -8,6 +8,7 @@ __declspec(selectany) int SWAP_NONE = 0x0;
8__declspec(selectany) int SWAP_TARGETS = 0x1; 8__declspec(selectany) int SWAP_TARGETS = 0x1;
9__declspec(selectany) int SWAP_LINES = 0x2; 9__declspec(selectany) int SWAP_LINES = 0x2;
10__declspec(selectany) int SWAP_AUDIO_NAMES = 0x4; 10__declspec(selectany) int SWAP_AUDIO_NAMES = 0x4;
11__declspec(selectany) int SWAP_BACK_DISTANCE = 0x8;
11 12
12class RandomizerCore 13class RandomizerCore
13{ 14{