diff options
| author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-27 02:02:00 -0700 |
|---|---|---|
| committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-27 02:02:00 -0700 |
| commit | c39e7052b1221b886b6b207029ab2111cbfbe758 (patch) | |
| tree | 5f8c40a272f69a1405b57bc7414026eabd66775a | |
| parent | 935394e7b214e5cf20d57153f754a3a5882c2403 (diff) | |
| download | witness-tutorializer-c39e7052b1221b886b6b207029ab2111cbfbe758.tar.gz witness-tutorializer-c39e7052b1221b886b6b207029ab2111cbfbe758.tar.bz2 witness-tutorializer-c39e7052b1221b886b6b207029ab2111cbfbe758.zip | |
apparently this works now
| -rw-r--r-- | WitnessRandomizer/WitnessRandomizer.cpp | 3 | ||||
| -rw-r--r-- | WitnessRandomizer/WitnessRandomizer.vcxproj | 1 |
2 files changed, 4 insertions, 0 deletions
| diff --git a/WitnessRandomizer/WitnessRandomizer.cpp b/WitnessRandomizer/WitnessRandomizer.cpp index d71cc21..e7ab2aa 100644 --- a/WitnessRandomizer/WitnessRandomizer.cpp +++ b/WitnessRandomizer/WitnessRandomizer.cpp | |||
| @@ -11,6 +11,9 @@ | |||
| 11 | * Randomize audio logs | 11 | * Randomize audio logs |
| 12 | * Swap sounds in jungle (along with panels) -- maybe impossible | 12 | * Swap sounds in jungle (along with panels) -- maybe impossible |
| 13 | * Make orange 7 (all of oranges?) hard. Like big = hard. | 13 | * Make orange 7 (all of oranges?) hard. Like big = hard. |
| 14 | * Start the game if it isn't running? | ||
| 15 | * UI for the randomizer :( | ||
| 16 | * Increase odds of mountain oranges garbage on other panels? | ||
| 14 | */ | 17 | */ |
| 15 | #include "Memory.h" | 18 | #include "Memory.h" |
| 16 | #include "WitnessRandomizer.h" | 19 | #include "WitnessRandomizer.h" |
| diff --git a/WitnessRandomizer/WitnessRandomizer.vcxproj b/WitnessRandomizer/WitnessRandomizer.vcxproj index a737dd3..80a7f0c 100644 --- a/WitnessRandomizer/WitnessRandomizer.vcxproj +++ b/WitnessRandomizer/WitnessRandomizer.vcxproj | |||
| @@ -149,6 +149,7 @@ | |||
| 149 | <EnablePREfast>true</EnablePREfast> | 149 | <EnablePREfast>true</EnablePREfast> |
| 150 | <TreatWarningAsError>true</TreatWarningAsError> | 150 | <TreatWarningAsError>true</TreatWarningAsError> |
| 151 | <DisableSpecificWarnings>26451</DisableSpecificWarnings> | 151 | <DisableSpecificWarnings>26451</DisableSpecificWarnings> |
| 152 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
| 152 | </ClCompile> | 153 | </ClCompile> |
| 153 | <Link> | 154 | <Link> |
| 154 | <SubSystem>Console</SubSystem> | 155 | <SubSystem>Console</SubSystem> |
