From 1501b173c058f11e53507532ad583a6ac9c061cc Mon Sep 17 00:00:00 2001
From: jbzdarkid <jbzdarkid@gmail.com>
Date: Sat, 17 Nov 2018 14:02:28 -0800
Subject: 4.0.5

---
 Source/Memory.h       | 6 ++++--
 Source/Randomizer.cpp | 2 ++
 Source/Source.vcxproj | 1 +
 3 files changed, 7 insertions(+), 2 deletions(-)

(limited to 'Source')

diff --git a/Source/Memory.h b/Source/Memory.h
index d14d58d..23f6388 100644
--- a/Source/Memory.h
+++ b/Source/Memory.h
@@ -3,8 +3,8 @@
 #include <map>
 #include <windows.h>
 
-#define GLOBALS 0x5B28C0
-// #define GLOBALS 0x62A080
+// #define GLOBALS 0x5B28C0
+#define GLOBALS 0x62A080
 
 // https://github.com/erayarslan/WriteProcessMemory-Example
 // http://stackoverflow.com/q/32798185
@@ -75,4 +75,6 @@ private:
 	std::map<uintptr_t, uintptr_t> _computedAddresses;
 	uintptr_t _baseAddress = 0;
 	HANDLE _handle = nullptr;
+
+	friend class Temp;
 };
\ No newline at end of file
diff --git a/Source/Randomizer.cpp b/Source/Randomizer.cpp
index a21b928..6f9c12b 100644
--- a/Source/Randomizer.cpp
+++ b/Source/Randomizer.cpp
@@ -8,6 +8,8 @@
  * Randomize audio logs -- Hard, seem to be unloaded some times?
  * Swap sounds in jungle (along with panels) -- maybe impossible
  * Make orange 7 (all of oranges?) hard. Like big = hard. (See: HARD_MODE)
+ * Add a setting for "disable wonkavator and hotel", so that 100% runs are possible
+ * Try to stabilize challenge/doors RNG
 */
 #include "Memory.h"
 #include "Randomizer.h"
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj
index 545753d..85ce6e1 100644
--- a/Source/Source.vcxproj
+++ b/Source/Source.vcxproj
@@ -147,6 +147,7 @@
       <ConformanceMode>true</ConformanceMode>
       <LanguageStandard>stdcpp17</LanguageStandard>
       <TreatWarningAsError>true</TreatWarningAsError>
+      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
     </ClCompile>
     <Link>
       <SubSystem>Windows</SubSystem>
-- 
cgit 1.4.1