diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-18 09:16:16 -0800 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2019-11-18 09:16:16 -0800 |
commit | bff40e55c9c55fbc8439bb225d1937b2d805e629 (patch) | |
tree | e3aa7a2912c4208247139a9c2b806035af876a33 /App | |
parent | 695d0e12950b9df248ea7b84f8434e32acc84f11 (diff) | |
download | witness-tutorializer-bff40e55c9c55fbc8439bb225d1937b2d805e629.tar.gz witness-tutorializer-bff40e55c9c55fbc8439bb225d1937b2d805e629.tar.bz2 witness-tutorializer-bff40e55c9c55fbc8439bb225d1937b2d805e629.zip |
Cleanup & progress on tutorial
Diffstat (limited to 'App')
-rw-r--r-- | App/Main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/App/Main.cpp b/App/Main.cpp index a815746..f780069 100644 --- a/App/Main.cpp +++ b/App/Main.cpp | |||
@@ -24,7 +24,7 @@ | |||
24 | #include "Puzzle.h" | 24 | #include "Puzzle.h" |
25 | #include "Solver.h" | 25 | #include "Solver.h" |
26 | #include "Randomizer2.h" | 26 | #include "Randomizer2.h" |
27 | #include "PuzzlerSerializer.h" | 27 | #include "PuzzleSerializer.h" |
28 | #include <sstream> | 28 | #include <sstream> |
29 | 29 | ||
30 | #define TMP1 0x501 | 30 | #define TMP1 0x501 |
@@ -167,7 +167,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) | |||
167 | break; | 167 | break; |
168 | case TMP4: | 168 | case TMP4: |
169 | SetRandomSeed(); | 169 | SetRandomSeed(); |
170 | g_randomizer2->RandomizeKeep(); | 170 | g_randomizer2->Randomize(); |
171 | } | 171 | } |
172 | } | 172 | } |
173 | return DefWindowProc(hwnd, message, wParam, lParam); | 173 | return DefWindowProc(hwnd, message, wParam, lParam); |