diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:05:28 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-28 21:05:28 -0700 |
commit | 2776822ef185836b33eab96e25e12393d2c0d859 (patch) | |
tree | ad4a3b36d5776e6cacc76835c505266ce7861ba9 /Source/RandomizerCore.h | |
parent | 96fd92f58640ea657a0802aba7ee2aa0d3498b81 (diff) | |
download | witness-tutorializer-2776822ef185836b33eab96e25e12393d2c0d859.tar.gz witness-tutorializer-2776822ef185836b33eab96e25e12393d2c0d859.tar.bz2 witness-tutorializer-2776822ef185836b33eab96e25e12393d2c0d859.zip |
Names are bad / compiled for old version because dumb
Diffstat (limited to 'Source/RandomizerCore.h')
-rw-r--r-- | Source/RandomizerCore.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/RandomizerCore.h b/Source/RandomizerCore.h index da88e92..21ed0b6 100644 --- a/Source/RandomizerCore.h +++ b/Source/RandomizerCore.h | |||
@@ -1,8 +1,8 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | #include "Memory.h" | 2 | #include "Memory.h" |
3 | 3 | ||
4 | #define GLOBALS 0x5B28C0 | 4 | // #define GLOBALS 0x5B28C0 |
5 | // #define GLOBALS 0x62A080 | 5 | #define GLOBALS 0x62A080 |
6 | 6 | ||
7 | __declspec(selectany) int SWAP_NONE = 0x0; | 7 | __declspec(selectany) int SWAP_NONE = 0x0; |
8 | __declspec(selectany) int SWAP_TARGETS = 0x1; | 8 | __declspec(selectany) int SWAP_TARGETS = 0x1; |
@@ -157,4 +157,5 @@ private: | |||
157 | #define PANEL_TARGET 0x4A8 | 157 | #define PANEL_TARGET 0x4A8 |
158 | #define SPECULAR_TEXTURE 0x4D0 | 158 | #define SPECULAR_TEXTURE 0x4D0 |
159 | #define CABLE_TARGET_2 0xD0 | 159 | #define CABLE_TARGET_2 0xD0 |
160 | #define AUDIO_LOG_NAME 0x0 | ||
160 | #endif \ No newline at end of file | 161 | #endif \ No newline at end of file |