fix old bug causing inability to use gamepads for hotkeys

This commit is contained in:
zeromus 2009-10-04 22:23:05 +00:00
parent d4c5831828
commit c986a7eb1a
1 changed files with 1 additions and 1 deletions

View File

@ -1797,7 +1797,7 @@ static LRESULT CALLBACK HotInputCustomWndProc(HWND hwnd, UINT msg, WPARAM wParam
case WM_TIMER:
if(hwnd == selectedItem)
{
//FunkyJoyStickTimer();
FunkyJoyStickTimer();
}
SetTimer(hwnd,747,125,NULL);
break;