Initialize correct cursor
This commit is contained in:
parent
3f061f3a3b
commit
c70e0e61d8
1 changed files with 2 additions and 0 deletions
2
main.c
2
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)
|
||||
|
|
Loading…
Reference in a new issue