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)