about summary refs log tree commit diff stats
path: root/App/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'App/Main.cpp')
-rw-r--r--App/Main.cpp4
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);