From caddad668bd8fe0a2b4fbed410787f7134b8d701 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 29 Oct 2018 18:49:30 -0700 Subject: Fix mountain elevator, fix back distance --- Source/RandomizerCore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/RandomizerCore.h') 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; __declspec(selectany) int SWAP_TARGETS = 0x1; __declspec(selectany) int SWAP_LINES = 0x2; __declspec(selectany) int SWAP_AUDIO_NAMES = 0x4; +__declspec(selectany) int SWAP_BACK_DISTANCE = 0x8; class RandomizerCore { -- cgit 1.4.1