From 2f4384c1d5336e37adfc745195d434533ef17988 Mon Sep 17 00:00:00 2001 From: ugetab Date: Sun, 23 May 2010 03:47:28 +0000 Subject: [PATCH] Made a minor error when adding the multi-select coding to cheat.cpp. This fixes it. --- src/drivers/win/cheat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/win/cheat.cpp b/src/drivers/win/cheat.cpp index 03b82c59..68005dfd 100644 --- a/src/drivers/win/cheat.cpp +++ b/src/drivers/win/cheat.cpp @@ -332,7 +332,6 @@ BOOL CALLBACK CheatConsoleCallB(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM l if (real == 16) { SendMessage(hwndDlg,WM_VSCROLL,SB_LINEDOWN,0); SendDlgItemMessage(hwndDlg,IDC_CHEAT_LIST_POSSIBILITIES,LB_SETCURSEL,real,0); - SendDlgItemMessage(hwndDlg,IDC_LIST_CHEATS,LB_SETSEL,(WPARAM)1,real); } return -1; break;