From 4adb28e1d37f5be05b20158889aae7920afc5703 Mon Sep 17 00:00:00 2001 From: owomomo Date: Tue, 18 Jun 2019 11:48:32 +0800 Subject: [PATCH] ... --- src/drivers/win/cheat.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/drivers/win/cheat.cpp b/src/drivers/win/cheat.cpp index 27df7e23..639f719e 100644 --- a/src/drivers/win/cheat.cpp +++ b/src/drivers/win/cheat.cpp @@ -1030,6 +1030,8 @@ BOOL CALLBACK GGConvCallB(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) SendDlgItemMessage(hwndDlg, IDC_GAME_GENIE_COMP, EM_SETLIMITTEXT, 2, 0); SendDlgItemMessage(hwndDlg, IDC_GAME_GENIE_VAL, EM_SETLIMITTEXT, 2, 0); + + SetWindowLong() break; case WM_CLOSE: case WM_QUIT: