From c70e0e61d8a949057941c0c7fa53dd8011e43f55 Mon Sep 17 00:00:00 2001 From: Toni Spets Date: Sat, 9 Jul 2011 18:29:58 +0300 Subject: [PATCH] Initialize correct cursor --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index 8ecad5e..b6c37b1 100644 --- a/main.c +++ b/main.c @@ -420,6 +420,8 @@ HRESULT __stdcall ddraw_SetCooperativeLevel(IDirectDrawImpl *This, HWND hWnd, DW SetPixelFormat( This->render.hDC, ChoosePixelFormat( This->render.hDC, &pfd ), &pfd ); } + SetCursor(LoadCursor(NULL, IDC_ARROW)); + GetWindowText(This->hWnd, (LPTSTR)&This->title, sizeof(This->title)); if(This->vhack == 1)