diff options
Diffstat (limited to 'App')
-rw-r--r-- | App/Main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/App/Main.cpp b/App/Main.cpp index 3fb9df4..a96c34d 100644 --- a/App/Main.cpp +++ b/App/Main.cpp | |||
@@ -165,7 +165,8 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) | |||
165 | Solver::Solve(g_puzzle); | 165 | Solver::Solve(g_puzzle); |
166 | break; | 166 | break; |
167 | case TMP4: | 167 | case TMP4: |
168 | g_randomizer2->Randomize(); | 168 | SetRandomSeed(); |
169 | g_randomizer2->RandomizeKeep(); | ||
169 | } | 170 | } |
170 | } | 171 | } |
171 | return DefWindowProc(hwnd, message, wParam, lParam); | 172 | return DefWindowProc(hwnd, message, wParam, lParam); |