From 1b833a86102981ce178119fc3526f354b7622170 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Thu, 14 Nov 2019 09:08:35 -0800 Subject: small changes --- App/Main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'App/Main.cpp') 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) Solver::Solve(g_puzzle); break; case TMP4: - g_randomizer2->Randomize(); + SetRandomSeed(); + g_randomizer2->RandomizeKeep(); } } return DefWindowProc(hwnd, message, wParam, lParam); -- cgit 1.4.1