From 1f85741c8d12d9b1fbd55b29f334de572f9eea9b Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Fri, 9 Nov 2018 10:08:03 -0800 Subject: Reading & writing to tutorial vault works! --- App/Main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'App/Main.cpp') diff --git a/App/Main.cpp b/App/Main.cpp index ab3e88a..6ebef7e 100644 --- a/App/Main.cpp +++ b/App/Main.cpp @@ -19,8 +19,8 @@ #define IDT_RANDOMIZED 0x409 HWND hwndSeed, hwndRandomize; -int panel = 0x18AF; -// int panel = 0x33D4; +// int panel = 0x18AF; +int panel = 0x33D4; std::shared_ptr _panel; std::shared_ptr randomizer = std::make_shared(); @@ -94,7 +94,7 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) _panel->Write(panel); break; case IDC_DUMP: - // _panel->Serialize(); + _panel->Serialize(); break; } } -- cgit 1.4.1