mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 14:14:47 +01:00
don't hide cursor in the yr menus
This commit is contained in:
parent
e41101f3d4
commit
c2701f0d18
@ -1521,6 +1521,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
||||
ddraw->cursor.x = (x - ddraw->render.viewport.x) * ddraw->render.unScaleW;
|
||||
ddraw->cursor.y = (y - ddraw->render.viewport.y) * ddraw->render.unScaleH;
|
||||
|
||||
ddraw->hidecursor = FALSE;
|
||||
mouse_lock();
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user