make cursor visible on unlock for tiberian sun

This commit is contained in:
FunkyFr3sh 2018-11-16 08:43:28 +01:00
parent 294e103421
commit ec435d21d3
2 changed files with 17 additions and 0 deletions

View file

@ -112,6 +112,7 @@ typedef struct IDirectDrawImpl
LONG minimized;
DWORD ticklength;
BOOL altenter;
BOOL hidecursor;
} IDirectDrawImpl;