fix some warning messages

This commit is contained in:
FunkyFr3sh 2021-05-10 04:00:45 +02:00
parent 1d2f728db0
commit 3e9c38dade
11 changed files with 48 additions and 48 deletions

View file

@ -83,7 +83,7 @@ typedef struct cnc_ddraw
HWND hwnd;
WNDPROC wndproc;
struct { float x; float y; } cursor;
struct { DWORD x; DWORD y; } cursor;
BOOL locked;
BOOL adjmouse;
BOOL devmode;