From bff40e55c9c55fbc8439bb225d1937b2d805e629 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 18 Nov 2019 09:16:16 -0800 Subject: Cleanup & progress on tutorial --- App/Main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'App/Main.cpp') 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 @@ #include "Puzzle.h" #include "Solver.h" #include "Randomizer2.h" -#include "PuzzlerSerializer.h" +#include "PuzzleSerializer.h" #include #define TMP1 0x501 @@ -167,7 +167,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) break; case TMP4: SetRandomSeed(); - g_randomizer2->RandomizeKeep(); + g_randomizer2->Randomize(); } } return DefWindowProc(hwnd, message, wParam, lParam); -- cgit 1.4.1